html, body{background-image: url(images/spacer_bg.jpg); 
 margin:0;
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:790px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 top:-2px;
 height:200px; 
 width:100%;
} 

#wrapper {background-image: url(images/bg_main.gif);  
display:table;
width:790px;
margin:auto;
text-align:center;
border:0px;
}
 
#maincol{background-image: url(images/bg_main.gif);  
 top:-10px;
 margin:0;
 display:inline; 
 position: relative; 
 height:500px; 
 width:790px; 
 }
 
#footer{background-image: url(images/bg_footer.gif);  
 position:relative;
 height:20px; 
 top:-10px;
 padding:0px;
 width:100%;
 clear:both;
 } 


.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}