/* CSS Document */

body {
	background-color: #FFF;
}

.img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 450px;
	margin-top: -225px; /* Half the height */
	margin-left: -225px; /* Half the width */
}