
/* Layout Stylesheet */

body {
 margin: 0;
 padding:0;
 color: #000000;
 text-align: center;
 }

#bar-top {
 width: 100%;
 height: 30px;
 padding-top: 5px;
 background: #c0c0c0;
 color: #333333;
 border: solid #000000;
 border-width: 2px 0;
 margin: 0;
 text-align: center;

}

#bar-bottom {
 width: 100%;
 height: 35px;
 padding-top: 3px;
 position:absolute;
 left:0;
 bottom:0;
 vertical-align:middle;
 background: #c0c0c0;
 color: #333333;
 border: solid #000000;
 border-width: 2px 0;
 }

#content {
text-align: center;
position:absolute;
left:33%;
top:33%
}