body
{
  background-color: black;
}

#logo
{
  margin-top: 100px;
  text-align: center;
}

#footer
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
  color: #333333;
}

#footer a
{
  color: #333333;
  text-decoration: none;
}

#footer a:hover
{
  color: #888888;
}

.links
{
  margin: 15px 0px;
}

.links, .links a
{
  color: #B99E70;
  font-size: 14px;
  font-weight: bold;
}
.links a
{
  text-decoration: none;
}
.links a:hover
{
  text-decoration: underline;
}
