
html, body{ 
 margin:0; 
 padding:0; 
 color:#ffffff;
 background-color: #333333; 
 font-size: 14px;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 text-align:center; 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#maincol{
 background-color: #000033;
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
}
 
/* Float containers fix: */ 
.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 */  

A {
color : #ffcc00;
text-decoration : none;
}

A:hover {
color : #ffffff;
background-color: #ff0000;
text-decoration : none;
}

p {
 margin: 10px 50px 10px 50px;
}
