* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; }
body {
  background: #025b95 url(images/bg.png) repeat-x top;
  overflow: hidden;
}
#logo, #comingSoon {
  display: block;
  position: absolute;
}
#logo {
  background: transparent url(images/braket.png) no-repeat top left;
  height: 126px;
  width: 438px;
  top: 0;
  left: 0;
}
#comingSoon {
  background: transparent url(images/comingSoon.png) no-repeat top left;
  height: 78px;
  width: 359px;
  bottom: 0;
  right: 0;
}
span, #footer {
  position: relative;
  left: -6000px;
}