
/* Layout Stylesheet */ 

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

#bar-top {
 width: 100%; 
 height: 24px; 
 background: #3d7fd4;
 color: #FFFFFF;
 margin: 0;
 }

#bar-bottom {
 width: 100%; 
 height: 24px;
 position:relative; 
 background: #3d7fd4; 
 color: #FFFFFF;
 }

#content { 
 height: 700px; 
 position:relative;
 background: #D3FFC4;
 color: #333333;
 overflow: auto;
 margin:0 7% 0 7%;
 }
