a.red {
  display:inline-block;
  padding:10%;
  margin:19% auto 0;
  float:right;
  color:#000;
  border:1px solid #000;
  border-radius:5px;
}

a.red:hover {
  text-decoration:none;
  background-color:#fff;
}

#header {
  margin-top:-.5%;
  background-color:#d9edf7;
  border-bottom:1px solid #333;
  position:fixed;
  width:100%;
  max-height:10%;
}

#header p {
  text-align:left;
  font-size:1.1em;
  padding-top:2%;
}

#header img {
  max-width:75%
}
