html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:700px; 
margin-left:auto; 
 margin-right:auto;
 margin-top:150px;  
} 
 
#header{
 position:relative; 
 height:200px; 
  background-color:#9F433F; 
 width:100%;
} 
 
#maincol{
 background-color: #fff;  
 position: relative; 
 font-color: #122e55;
}
 
#footer{
 height:150px; 
  background-color:#9F433F; 
 clear:both;
 } 
 
a, a:hover, a:active {color:#122e55;}
 
 /* *** 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;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

