html, body{  
 padding:0; 
 text-align:center; 
 background-image: url(bg.gif);
} 

a {
 color: #FFFFFF;
}
img {
 border: 0px;
} 

td {
 color: #FFFFFF;
}
#wrapper{ 
 width:800px; 
 background-color: #333333;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border-top: 3px solid #C0C0C0;
 border-left: 3px solid #C0C0C0;
 border-right: 3px solid #C0C0C0;
 border-bottom: 3px solid #C0C0C0;  
} 
 
#header{
 position:relative; 
 height:70px; 
 background-color:#000000;
 padding-left: 10px;
 padding-top: 5px;
}

#navbar {
 width: 790px;
 height: 25px;
 background-color: #666666;
 line-height:25px;
 font-weight: bold;
 font-size: 14px;
 font-style: arial;
 padding-left: 10px;
 margin-top: -15px;
}

#navbar a {
 text-decoration: none;
 color: #FFFFFF;
}
#maintext {
 padding: 20px;
 background-color: #333333;
 color: #ffffff;
 font-size: 16px;

}

#footer{
 height: 70px;
 background-color:#000000;
 color: #FFFFFF; 
 font-size: 12px;
 text-align: center;
 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;} 
#twocols, #maincol{width:100%; float:none;}
}
