body { 
  background-color: black;
  background-image: url(/images/splash/page_bg_top.png);
  background-position: top center;
  background-repeat: no-repeat;
}
  
#content { position: absolute; width: 516px; height: 67px; left: 50%; top: 50%; margin-left: -258px; margin-top: -34px; }

#left-image { float: left; padding-right: 48px; border-right: 3px solid #666; }
#right-image { float: right; }

img { border: 0; }

#bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-image: url(/images/splash/page_bg_bottom.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}
