body {
  margin:0;
  padding:0;
  background-color:#D4DEDE;
}

#splash {
  height:500px;
  width:532px;
  position:absolute;
  left:50%;
  top:50%;
  margin:-250px 0 0 -266px;
  overflow:hidden;
  z-index:10;
}

#splash * {
  position:absolute;
  top:600px;
}

#splash a {
  position:static;
  display:block;
  height:500px;
  width:532px;
  background:url("images/splash.gif") transparent no-repeat;
  text-indent:-999px;
}

#pattern {
  height:500px;
  width:50%;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-250px;
  background:url("images/bg-pattern.gif") transparent repeat-x;
}

#bg {
  height:500px;
  width:50%;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-250px;
  background-color:#C7D5D4;
}

