body {
	background-color: #ffffff;
	background-image: url('../_imgs/background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	;
}

div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -117px;
}

img {
	width: 450px;
	height: 235px;
}