body {
  background-color: #fff;
  color: #333;
  }

a {
  text-decoration: none;
  color: #B0050A;
  padding: .5em;
  border-right: 3px solid #fff;
  }
  a:hover {
    color: #222;
    border-right: 3px solid #B0050A;
    }

#content {
  position: absolute;
  width: 380px;
  text-align: right;
  left: 310px;
  top: 145px;
  font-size: 30px;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  }


#footer {
  width: 490px;
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
  }
