body {background-color: black;
}
#container  { 
	position: absolute;
	width: 1000px;
	height: 570px;
	left: 50%;
	margin-left: -500px;  
	top: 50%;
	margin-top: -285px;   
	background-color:#000000;
	 border:1px solid #FF0000;
	color: white;
	font-family:Century Gothic, Verdana;
	font-variant:small-caps;
                  }