body {
  background-color: #000;
  color: #797361;
  font: 14pt "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

div#main {
  margin: 50px 0 0 9%;
}

div#splash {
  position: absolute;
  top: 20%;
  left: 50%;
  margin: 0 0 0 -375px;
}

em {
  font-style: normal;
  color: #fff9e6;
}

a {
  font-style: normal;
  color: #fff;
  text-decoration: none;
  background-color: #111;
}

a:hover {
  color: #fff;
  background-color: #3d3a31;
}

h1 {
  display: none;
}

img#title {
  margin: 0 0 5px -5px;
}

table#info {
  font-size: 75%;
  margin-top: 1em;
}

table {
  margin-bottom: 0.5em;
}

table td {
  padding-right: 1em;
}

img {
  border: none;
}

table#thumbs, table#thumbs2 {
  margin: 0 0 0 -10px;
}

table#thumbs td {
  background-color: #111;
  text-align: center;
  vertical-align:middle;
  padding: 8px;
  width: 150px;
  height: 150px;
}

table#thumbs2 td {
  background-color: #111;
  text-align: center;
  vertical-align:middle;
  padding: 8px;
  width: 75px;
  height: 75px;
}

table#thumbs td:hover, table#thumbs2 td:hover {
  background-color: #3d3a31;
}

table#navi td {
  padding: 0 1.5em 0.1em 0;
}
