/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #000000;
} 
 
#pagewidth{
	width:1000px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
 position:relative; 
 height:50px; 
  background-color:; 
 width:100%;
} 
 
#maincol{background-color: ;  
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 }
 
#footer{
 height:50px; 
  background-color:; 
 clear:both;
 } 
 
#pagewidth a {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	text-align: center;
}
#pagewidth a:hover {
	color: #cb0000;
}
 
 /* *** 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 */  
