body {
	margin:0;
	padding:0;
	background-color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	}
DIV.container
   {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 964px;
   height: 680px;
	margin-left: -482px; /* half of width */
   margin-top: -340px;  /* half of height */
	text-align: center;
   }
