/* Layout Stylesheet */ 

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

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

#maincol{
background: #FDE0B1;
width:800px;
border:solid #192024;
border-width:3px;
border-top:0px;
border-bottom:0px;
border-left:0px;
 }