/* CSS Document */
body {
	margin: 0;
}
 DIV.outer {
      position: absolute;
      left: 50%;
      top: 0;
      width: 450px;
      height: 512px;
      margin-left: -225px; /* half of width */
      background-color: #ffffff;
}
