BODY {
  background-color: black;
  color: #aaa;
  font-family: Arial, sans-serif
}

#img {
  width: 600px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -300px;
  text-align: center
}

A {
  color: #C90
}

STRONG {
  color: #eee;
}

DIV#img > P {
  font-size: 1.1em;
  text-align: center
}

A > IMG {
  border: 0px;
}

HR {
  color: #333;
  border: 1px solid #333;
}

.comingSoon {
  font-size: 1.2em;
  color: #F33;
  font-style: italic;
}