body {
  background-color: #332E2E;
  font-family: Gill Sans, sans-serif;
  font-size: 24px;
  color: white; }

#content {
  width: 450px;
  margin: 0 auto;
  background-color: black;
  padding: 30px;
  opacity: 0.5;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 40px; }

#header #logo {
  float: left; }
#header #links a {
  float: right;
  color: black; }

#footer {
  float: right; }
  #footer a {
    color: black; }

.label {
  font-weight: bold; }
