* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; }
body {
  background: #479e89 url(images/bg.jpg) repeat-x top center;
}
#comingSoon {
  background: transparent url(images/comingSoon.png) no-repeat top center;
  width: 645px;
  margin: auto;
  height: 142px;
  position: relative;
  top: 150px;
}
h1, h2, p {
  position: absolute;
  left: -6000px;
}
a {
  color: #76d7bf;
  font-weight: bold;
}