body{
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

div#container{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 690px;
	height: 518px;
	margin-left: -345px; /* half of width */
	margin-top: -259px;  /* half of height */
	margin-bottom:-1000px;
	
}
