html, body {
  color: white;
  background-color: #000080;
}

a {
  background-color: transparent;
  color: #ffffff;
}

#horizon {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block;
}

#content {
  margin-left: -320px;
  position: absolute;
  top: -100px;
  left: 50%;
  width: 640px;
  height: 200px;
  visibility: visible;
}

#errormessage {
  font: 12px fixedsys, monospace;
  line-height: 180%;
}

#title, #footer {
  text-align: center;
}

#title span {
  background-color: #c0c0c0;
  color: #000080;
}
