
html, body{
 background-color:#000000; 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size:100.1%;
 color:#000000; 
} 
 
#pagewidth{ 
 width:660px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#maincol{background-color:#000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 }
 
a {
	text-decoration: none;
	outline: none;
	color:#000000;
	}
a:visited {
	color:#000000;
	}
a:active {
	color:#EC4D76;
	}
a:hover {
	color:#EC4D76;
	}
 
 /* *** 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 */  

