body {
  margin: 0;
  padding: 0;
  background: black url(ahohmann-background.png) repeat-y center;
  background-size: 660px 1px;
}

#container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#logo {
  width: 330px;
  height: 210px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -330px;
  border: none;
}


#info {
  width: 300px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: 15px;
  border: none;
  font-family: 'cmu_sans_serifbold';
  font-size: 1.2em;
}

#info a {
  color: #a00;
  text-decoration: none;
}
#info a:hover {
  color: #a00;
  text-decoration: underline;
}

#info p {
  margin: 1.2em 0 1.2em 0;
}

#info p i {
  color: black;
}























