html, body{
margin:0;
padding:0;
text-align:center;
background-color:#f4f5ef;
background-image: url(/images/bg.gif);
background-repeat: repeat-y;
background-position: center top;
} 
 
#pagewidth{ 
width:895px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#header{
position:relative;
height:250px;
background-color:#fbfcf6;
width:100%;
text-align: center;
} 
 
#maincol{
background-color:#fbfcf6; 
float: right; 
display:inline; 
position: relative; 
width:895px; 
 }
 
#footer{
height:115px;
background-color:#fbfcf6;
clear:both;
 } 
 

 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
// .clearfix{display: inline-block;}

/* Hides from IE-mac \*/
/* * html .clearfix{height: 1%;}*/
.clearfix{display: block;}
/* End hide from IE-mac */  

