html, body{
 margin:0;
 padding:0;
 text-align:center;
background: url("images/bg.jpg") repeat-x;
background-position:top;
background-color:#3a3a3a;
}

#pagewidth{
 width:100%;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}

#header{
 height:173px; 
 background: url("images/head.png") repeat-x;
 width:100%;background-color:white;
}

#maincol{
 background-color:#ffffff;
 float: center;
 width: 900px; 
}

#footer{
background-color:#ffffff;
border: 6px solid #ffffff;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-bottomleft:10px;
border-color:#fff;
padding: 0px;
float: center; 
position:relative;
width: 888px;
clear:both;
 }

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

* html .clearfix{height: 1%;}
.clearfix{display: block;}

