  body {
    color: #000000;
    background-color: #000050;
    margin: 0px;
    font-size: 1em;
  }

  #horizon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    display: block
  }

  #content {
    font-family: Verdana, Geneva, Arial, sans-serif;
    margin-left: -18.75em; /* -300px / 16 */
    position: absolute;
    top: -12.5em; /* -200px / 16 */
    left: 50%;
    width: 37.5em; /* 600px / 16 */
    height: 25em; /* 400px / 16 */
    background: #FFFFFF;
  }

  #innerContent {
    margin-left: 11.88em; /* 190px / 16 */
    padding: 1.25em; /* 20px / 16 */
    text-align: left;
  }

  h1 {
    font-size: 2em;
    color: #000050;
    margin-top: 0.5em;
    margin-bottom: 3em;
    padding-top: 0;
    letter-spacing: 0.13em;
  }

  h1 {
    font-size: 100%;
  }

  h1 span#h1line1 {
    display: block;
    font-size: 2em;
    color: #000050;
    height: 1.4em;
  }

  h1 span#h1line2 {
    display: block;
    font-size: 2em;
    color: #000050;
    height: 1.4em;
    margin-left: 2.75em /* 88px / 16 / 2 */
  }

  a {
    color: #000000;
  }

  img {
    border: none;
  }

/*---------- FORMS ----------*/

  form {
    font-size: 0.95em;
    line-height: 140%;
    margin: 0;
    padding: 0;
  }

  label {
    float: left;
    cursor: pointer;
    width: 6em;
  }

  input,
  select,
  textarea {
    border: 0.078125em solid #333333; /* 1px / 16 / 0.8 */
  }

  form p {
    margin: 1em 0 1em 0;
    clear: both;
  }

/*---------- /FORMS ----------*/

#text {
  font-size: 0.95em;
  line-height: 140%;
}

#logo {
  position: absolute;
  top: 1.25em; /* 20px / 16 */
  left: 1.25em; /* 20px / 16 */
  width: 8.81em; /* 141px / 16 */
  height: 8.44em; /* 135px / 16 */
}

#closeWindow {
  position: absolute;
  left: 1.56em; /* 20px / 16 / 0.8 */
  bottom: 1.56em; /* 20px / 16 / 0.8 */
  font-size: 0.8em;
}

#footer {
  position: absolute;
  right: 1.56em; /* 20px / 16 / 0.8 */
  bottom: 1.56em; /* 20px / 16 / 0.8 */
  font-size: 0.8em;
}