/* CSS Document */

body {
	background-color: #e6d5cd;
}

.img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 782px;
	height: 89px;
	margin-top: -44.5px; /* Half the height */
	margin-left: -391px; /* Half the width */
}