
/* Layout Stylesheet */ 

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

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

#maincol{
background: #E5E6EC;
width:800px;
margin-bottom:3px;
 }
