body {
  font-family: "Lucida Console", monospace;
  font-size: 11pt;
  color: #404040;
  background-color: black;
  margin: 0px;
  padding: 0px;
}

#main {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 1000px;
  height: 800px;
  text-align: left;
  background: url('imgs/prometheus.jpg') top left no-repeat;
}

#menu {
  position: absolute;
  top: 90px;
  left: 30px;
  width: 650px;
  font-size: 26px;
  font-weight: bold;
  color: black;
}

a {
  text-decoration: none;
  color: #990000;
  padding: 2px;
  padding-bottom: 0px;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  background-color: gray;
}

#text {
  position: absolute;
  top: 160px;
  left: 55px;
  width:830px;
  height: 540px;
  overflow: auto;
  line-height: 130%;
}

