
/* Layout Stylesheet */ 

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

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


#maincol{
background: #ABFFFF;
width:800px;
border:solid #000006;
border-width:3px;
border-top:0px;
border-bottom:0px;
 }
