body {
   background-image: url(img/bg.gif);
   background-repeat: repeat-x;
   background-color: #f8f4e8;
   padding-left: 0px;
   padding-right: 0px;
   margin-left: 0px;
   margin-right: 0px;
}

.header {
   background-image: url(img/header.png);
   background-repeat: no-repeat;
   width: 900px;
   height: 155px;
}

.buttonbar-bg {
   background-image: url(img/bar-bg.png);
   background-repeat: no-repeat;
   width: 900px;
   height: 50px;
}

.body-bg {
   background-image: url(img/body-bg.png);
   background-repeat: no-repeat;
   width: 900px;
}

.body {
   font-family: 'Courier New',Courier,monospace;
   font-size: 14px;

   margin-left: 30px;
   margin-right: 30px;
}

.footer {
   background-color: black;
   padding-top: 7px;
   padding-bottom: 5px;
   width: 100%;

   position: fixed;
   bottom: 0px;
   left: 0px;
   z-index: 1;
}

.date {
   
   color: silver;
}
