/* generated by csscreator.com */ 
html, body{ 
 background-color:#000;
 margin:0; 
 padding:0; 
 text-align:center; 
 color:#fff;
} 

a, a:link, a:visited {
  color: #ff0;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: underline;
  color:#ff0;
}

img {
     border:0;
     padding:5px;
}
 
#pagewidth{ 
 width:800px;
 background-image: url(flames.jpg); 
 margin: 0 auto;
} 
 
#header{
 position:relative; 
 height:100px; 
 width:100%;
 margin-bottom:10px;
 font-size:16px;
 text-align:center;
} 
 
#maincol{
 width:700px;
 margin: 0 auto;
 padding:10px;
 text-align: left;
 background-image: url(bg2.gif);  
 border: 5px inset #999999;
 }
 
#footer{
 height:50px;
 font-size:12px;
 text-align:center;
 } 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

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


