/* CSS Document */

/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
/* end hide */

body {
  /*height: 100%;*/
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #ffffff;
}

img {border: 0;}
div.outer
      {
      position: absolute;
      left: 51%;
      top: 63%;
      width: 900px;
      height: 730px;
      margin-left: -465px; /* half of width */
      margin-top: -380px;  /* half of height */
      background-color: #000000;
			color: #ffffff;
      }
