body {
	background-image: url('ani_klein_10.gif');
}

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

#container img {
	height: 100%;
}

@media screen and (max-width: 1845px) {
    #container {
    	height: 2550px;
    	width: 610px;
    	top: 20px;
    	left: 50%;
    	margin-left: -305px;
    	margin-top: 0px;
    	margin-bottom: 20px;
    }
    
    #container img {
    	width: 100%;
    	height: auto;
    }
}