 body {
  margin: 0;
  background-image: url(../images/1004background.jpg);
 }
 .mainTable {
  background-image: url(../images/1004bottom.jpg);
  height: 100%;
 }
 #content {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  padding-left: 25px;
  padding-top: 70px;
  margin-left:300px;
  margin-bottom: 100px;
  width: 650px;
 }
 #content h1 {
 font-size: 24px;
  font-weight: bold;
 margin: 13px 0px 12px 0px;
}
 #content h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 0;
 }
 #content a {
 font-size: 18px;
 font-weight: bold;
 color: #000000;
 text-decoration: underline;
 font-style: italic;
}
 #content a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}
 #content .pix {
 border: 3px solid #b31b34;
}