html,body
  {font-family:Verdana,Helvetica,Arial,sans-serif;
   font-size: 8pt;  line-height: 12pt; font-style: normal; font-weight: normal; color: #1E1E1E;
   margin:0; padding:0;
   background:#9C0020;
   min-width: 640px;
   height:100%;
  }

#content {position: relative;}



#bottom
  {position:absolute; left:0; top:420px;
   margin:0 0 0 40px;
   
}

div.buttons
  {float:left;
   height:39px; min-height:39px;
   margin:0 0 20px 0; padding:0;
}

.clearfloat:after
  {content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
  }
.clearfloat {display: inline-table;}
* html .clearfloat {height: 1%;}
.clearfloat {display: block;}





A {color:#898300;
   text-decoration:underline;
   }

A:hover {color: #B0A917;
   }
   
