body {
  background: #fff;
  font: 9pt Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  }
a, a:active, a:visited, a:hover {
  text-decoration: none;
  }
a img {
  border: none;
  }

#front {
  background: url("bg.jpg") top right no-repeat;
  width: 740px;
  height: 581px;
  margin: 10px auto;
  overflow: hidden;
  color: #ccc;
  text-align: left;
  }
#front a, #front a:active, #front a:visited, #front a:hover {
  color: #f00;
  font-weight: 900;
  }
#front p {
  margin: 0 0 .8em 0;
  }

#frontcontent {
  width: 740px;
  margin: 50px auto;
  padding: 30px 0;
  color: #000;
  background: url("logo.gif") 95px 80px no-repeat;
  text-align: left;
  }
#frontcontent p {
  margin: 0 50px 46px 50px;
  font-size: 12pt;
  line-height: 2.5em;
  }
#frontcontent .drop {
  font-size: 24pt;
  color:#CC0000;
  }