/* generated by csscreator.com */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 height: 101%;
 background-color: #5F5F5F;
}
 
#pagewidth{ 
 width:1100px; 
 text-align:left;  
 margin-left:auto;
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:229px;
 background-color:#FFFFFF;
}
 
#maincol{
 background-color: #ffffff;
 float: left;
 display:inline; 
 position: relative; 
 width:100%;
 min-height:400px;
 height:auto !important;
 height:400px;
 }
 
#footer{
 height:30px; 
 background-color:#FFFFFF;
 clear:both;
 text-align: right;
 padding-right: 30px;
 }
 

 
 /* *** 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 */  

