
/* Layout Stylesheet */ 

html, body{ 
margin:0;
background: #404040;
width:100%;
 }

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


#maincol{
background: #D0D0D8;
width:800px;
border:solid #A8A0A9;
border-width:2px;
border-top:0px;
border-bottom:0px;
 }
