
#bar-top {
 width: 100%; 
 height: 100px; 
 background: #ffcc33;
 color: #333333;
 border: solid #999999;
 border-width: 2px 2px; 
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 20px;
 position:relative; 
 background: #ffcc33; 
 color: #333333;
 border: solid #999999; 
 border-width: 2px 0;
 }
 body {
 margin: 6; 
 padding: 2;
 background: #F7F7F7;
 color: #000000;
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size:small; color: #003366;
 }
