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:auto;
	text-align:center;
	border:0px;
	color: #FFF;
}
 
#header{background-image: url(images/bg_header.gif);
 position:relative; 
 top:0px;
 margin:auto;
 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;
	visibility: inherit;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #cab69a;
 }
 
#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;}

