
/* Layout Stylesheet */ 

html, body{ 
margin:0;
background: url(graphics/bg.png) fixed top center;
width:100%;
 }

#pagewidth{
float:center;
position:relative;
}


#maincol{
background: #000000;
width:800px;
border:solid #00BB0F;
border-width:2px;
border-top:0px;
border-bottom:0px;
 }
