body {
  font-family: Georgia;
  background:#222;
}

#wrapper {
  width: 790px;
  margin: 100px auto;
  padding: 25px;
  text-align: center;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  color: #fff;
  font-weight:normal;
}

#elsewhere {
  color: #ffffff;
}

#elsewhere a {
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
}

#elsewhere a:hover {
    background-color: #ffffff;
    color: #000000;
}
