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: 411px;
	width: 500px;
	height: 773px;
	margin-left: -250px; /* half of width */
	margin-top: -386px;  /* half of height */
	margin-bottom:-1000px;
	
}
