html, body{ background-color: #000000;
 margin:0; 
 padding:0; 
 text-align:center; } 
 
#pagewidth{ 
 width:95%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  } 
 
#header{
 position:relative; 
 height:25px; 
  width:100%;} 
 
#leftcol{
 width:70%; 
 float:left; 
 position:relative;   }
 
#maincol{ float: right; 
 display:inline; 
 position: relative; 
 width:30%;  }
 
#footer{
 height:25px; 
 clear:both; } 
 
 /* *** 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;}
