    DIV.splash
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 200px;
      height: 200px;
      margin-left: -100px; /* half of width */
      margin-top: -100px;
      }
	  
    DIV.body
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 975px;
      height: 500px;
      margin-left: -488px; /* half of width */
      margin-top: -250px;
      }
	  
.bgdImage {
	background-image: url(images/whitePrintsBgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
