body {
  background-color: #000000;
  color: #f2f2f2;
  font-family: monospace;
  font-size: 12px;
}

a { color: #69a8bf; }
a:hover { color: #bfeeff; }

#page {
  width: 760px;
  border-right: 1px dashed #444444;
  border-left: 1px dashed #444444;
  margin: 0 auto;
  padding: 0 5px;
}

#frontpage {
  background-image: url(killsweetmelody.jpg);
  background-repeat: no-repeat;
  color: #f2c73d;
  font-weight: bold;
  text-align: center;
  height: auto;
  padding-top: 350px;
  line-height: 20px;
}

#frontpage .tagline {
  font-size: 16px;
  font-style: italic;
  letter-spacing: -1px;
}

#frontpage .disclaimer {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
#frontpage .disclaimer a {
  font-size: 12px;
}
#frontpage a {
  font-size: 24px;
}

.big { font-size: 16px; }
.bold { font-weight: bold; }
.button {
  background-color: #ff0000;
  border: 1px solid #f2c73d;
  display: block;
  margin: 0 150px;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.color { color: #bfeeff; }
.color2 { color: #f2c73d; }
.italics { font-style: italic; }
.underline { text-decoration: underline; }

