/* CSS Document */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background:url(img/page-bg.jpg) top repeat-x;
 background-color: #FFFFFF;
} 

a,:visited{outline:none;}
a img,:link img,:visited img {border:none;}

#pagewidth{ 
 width:946px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 margin-top:16px;
} 
 
#header{
 position:relative; 
 height:69px; 
 width:100%;
} 
 
#maincol{ 
 float:left; 
 display:inline; 
 position: relative; 
 width:99%; 
 }
 
#footer{
 height:70px;  
 clear:both;
	font-family:Verdana;
	font-size:11px;
	color:#595956;
	padding-top:8px;
 } 
 

 

.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 */  

