body {
  background-color: #202020;
  text-align: center;
  font-family: calibri, arial, helvetica, san serif;
  font-size: 16px;
  color: #ffffff;
}
a {
  color: #f14038;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#wrap {
  width: 750px;
  margin: 0 auto;
}
#logo {
  float: left;
}
#content {
  text-align: left;
  padding: 20px 0;
}
#footer, #footer a {
  color: #a8a8a8;
  text-decoration: none;
}
#footer a:hover {
  color: #f14038;
  text-decoration: underline;
}
small {
  font-size: 10px;
}
h2, h3 {
  color: #a8a8a8;
}
.error {
  color: #cc0000;
  margin-top: 0;
}