body{
  padding: 0;
  margin: 0;
}

#content{
  width: 940px;
  margin: 0 auto;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  padding-bottom: 80px;
  color: #b8b8b8;
  line-height: 18px;
}

h1{
  font-size: 12px;
  font-weight: bold;
}

p{
  font-size: 12px;
}

#splash{
  width: 940px;
  height: 840px;
  background: #fff url(splash.jpg) no-repeat 0 0;
  margin-bottom: 20px;
}

a, a:visited {
  color: #b8b8b8;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
  color: #b8b8b8;
}