/* DRESSPlanet Body Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #FFFFFF;
 color: #000000;
 text-align: center;
 }

#menuhead {
 width: 760px; 
 height: 175px; 
 background: #FFFFFF;
 color: #333333;
 border: solid #FFFFFF;
 border-width: 2px 0; 
 margin: 0;
}

#menutop {
 width: 760px; 
 height: 30px; 
 background: #FFFFFF;
 color: #333333;
 border: solid #FFFFFF;
 border-width: 2px 0; 
 margin: 0;
}

#menubottom {
 width: 760px; 
 height: 30px;
 position:relative; 
 background: #FFFFFF; 
 color: #333333;
 border: solid #FFFFFF; 
 border-width: 2px 0;
 }

#bodycenter { 
 height: 760px; 
 border: solid #FFFFFF; 
 border-width: 0px 2px; 
 background: #FF9933;
 color: #333333;
}


 }
