/* CSS Document */

body {
	background-color:#FFF;
}

#outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 934px;
      height: 660px;
      margin-left: -467px; /* half of width */
      margin-top: -330px;  /* half of height */
      background-color: #FFF;
      }
           