body { 
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}

.img {
	position: relative;
	width: 500px;
	height: 600px;
	left: 50%;
	margin-left: -250px;
	background: url('../img/logo.png') no-repeat;
}