body {
	background-repeat: no-repeat;
	background-size: 200px;
}
.container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 75%;
}

.background {
	position: absolute; 
	top: 80px;
	width: 75%;
}

.background img {
	width: 100%;
	}

.animation {
	display: none;
	position: absolute; 
	top: 80px;
	width: 75%;
}

.animation img {
	width: 100%;
}
