.bg {
background-image: url(images/s_bd.jpg); 
}
.bg1 {
background-image: url(images/t_bd.jpg); 
}
.bg2 {
background-image: url(images/u_bd.jpg); 
}


body {
	margin: 0px;
	background-image: url(images/s_bd.jpg);
	background-color: #f6efe1;
	  }

html, body, #mainTbl {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
#movieDiv {
	height: 640px;
	margin: 0;
	width: 1000px;
}


#mainTbl {
	text-align: left;
	vertical-align: top;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
	min-height: 680px;
	overflow: hidden;
   }
#space {
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 40px;
	height: 1000px;
	vertical-align: top;
}
#spaceTbl {
	height: 100%;
}
