body {
  font-family: Verdana, Arial, Helv;
  font-size: 10pt;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}

a {
  color: yellow;
}

#information {
  margin: 0 auto;
  background-image: url(/images/entrypage.jpg);
  background-repeat: no-repeat;
  width: 800px;
  height: 400px;
  text-align: right;
  border: medium #ffffff double;
  margin-bottom: 20px;
}

#content {
  width: 400px;
  margin-left: 400px;
  text-align: center;
}

#disclaimer {
  margin: 0 auto;
  width: 800px;
  text-align: center;
  font-size: 8pt;
}
