html, body {
  height: 100%;
}
body {
  background-color: #009999;
  color: #fff;
}
#splash {
  width: 490px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -245px;
  /* Half the width of the DIV tag which is 50 pixels */
        margin-top: -200px;
  /* Half the height of the DIV tag which is also 50 pixels */
}
#splash h1 {
  display: none;
}
img {
  border: none;
}
p.center {
  text-align: center;
}
a:link, a:visited {
  color: #fff;
}
a:hover {
  color: #c00;
}