html, body{ 
 height: 100%;
 margin:0; 
 padding:0; 
 text-align:center;
 background: #990000;
 font-size:0.9em;
 color: #fff;
} 

a:link,a:visited,a:active{ color: #E80000; font-weight: bold; text-decoration: none}
a:hover       { color: #298213; font-weight: normal; text-decoration: underline}
 
#pagewidth{ 
 width:898px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 margin-top: 5px;
 background: #E80000;
 border: 1px solid #333;
 padding: 5px;
} 
 
#header{
 position:relative;
 height:98px; 
 background:#333333 url(http://sexcamspecial.com/layouts/privateLive/images/toplogo.jpg); 
 width:100%;
} 
 
#leftcol{
 margin-top: 5px;
 width:20%;
 height: 100%;
 float:left; 
 position:relative; 
 background-color:#333333; 
 }
 
#twocols{
 margin-top: 5px;
 width:80%;
 height: 100%;
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:24%;
 height:100%;
 float:right; 
 position:relative;
 text-align:center;
 background-color:#333333;
 }
 
#maincol {
 background-color: #333333;  
 float: left;
 display:inline; 
 position: relative; 
 width:76%;
}
 
#footer{
 height:18px;
 margin-top: 5px;
 padding: 10px;
  background-color:#990000; 
 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;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

