/* CSS Document */

body {
	background-color: #FFF;
}

.img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 544px;
	height: 333px;
	margin-top: -166.5px; /* Half the height */
	margin-left: -272px; /* Half the width */
}