
/* Layout Stylesheet */ 

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

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

#maincol{
background: #C1FDFC;
width:800px;
margin-bottom:0px;
 }
