/* CSS Document */

 DIV.wrapper
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 940px;
      height: 600px;
      margin-left: -470px; /* half of width */
      margin-top: -300px;  /* half of height */
      background-color: #093;
	  border: 0px;
      }

