body {
  background: #000000;
}

div#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

div#inner {
  background: #b1d6ed url("/images/background.jpg");
  height: 600px;
  width: 800px;
  margin-left: -400px;  /***  width / 2   ***/
  position: absolute;
  top: -300px;          /***  height / 2   ***/
  left: 50%;
}

div#header {
  width: 800px;
  height: 32px;
  padding: 0px 0px 10px 0px;
}

div#navigation {
  font-family: sans-serif;
  font-size: 15px;
  text-align: center;
  width: 350px;
  height: 20px;
  overflow: hidden;
  margin: 10px;
}

div#navigation > a {
  color: #000000;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
}

div#navigation > a:hover {
  text-decoration: underline;
}

div#content {
  height: 500px;
  overflow: auto;
  margin: 0px 0px 0px 20px;
  padding: 0px 20px 0px 0px;
  color: #000000;
}

