html, body{background-image: url(images/spacer_bg.jpg); 
 margin:0;
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:766px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 

#wrapper {background-image: url(images/bg_movies.gif);  
display:table;
width:766px;
margin-left:8;
text-align:center;
border:0px;
}
 
#header{background-image: url(images/bg_header.gif);
 position:relative; 
 top:0px;
 margin-left:8;
 height:240px; 
 width:766;
} 
 
#maincol{background-image: url(images/bg_movies.gif);  
 float: right; 
 display:inline; 
 top:0px;
 display:inline; 
 position: relative; 
 height:auto; 
 width:766px; 
 }
 
#footer{background-image: url(images/bg_footer.gif);  
 position:relative;
 height:95px; 
 top:0px;
 padding:0px;
 width:766;
 clear:both;
 } 
 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}