body {
	background-color: white;
}

#container {
	position: absolute;
	width: 610px;
	height: 850px; 
	left: 50%;
	top: 50%;
	margin-top: -425px;
	margin-left: -300px;
	padding: 0px;
	border: 5px solid white;
}

#container img {
	height: 100%;
}