body {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.88em;
  color: #000000;
}

a {
  color: #000;
  text-decoration: none;
}

#container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 330px;
  margin-left: -300px;
  margin-top: -165px;
}

#wrapper {
  float: left;
  width: 600px;
  height: 330px;
}

h1#logo,
h1#logo a {
  width: 600px;
  height: 191px;
  float: left;
}

h1#logo a {
  display: block;
  background-image: url(/img/logo.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

h2 {
  font-size: 357%;
  font-weight: bold;
  color: #870054;
  width: 600px;
  float: left;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #870054;
}

p {
  width: 600px;
  float: left;
  font-size: 100%;
  text-align: center;
}

span {
  font-weight: bold;
  color: #870054;
}