

/* Layout Stylesheet  */ 


body {
 margin: 0; 
 padding:0;
 background: #333366;
 color: #ffffff;
 text-align: center;
 }
 
#content { 
 position:relative;
 color: #ffffff;
 margin:0 20% 0 20%;
 }
 

#bar-top {
 width: 100%; 
 height: 30px; 
 color: #ffffff;
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative; 
 color: #ffffff;
 text-align: center;
 }
