
/* Layout Stylesheet */ 

html, body{ 
margin:0;
background: url(graphics/bg.png) top center repeat-y #000000;
width:100%;
 }

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


#maincol{
background: #955A3E;
width:800px;
 }
