body {
	
	background-color: #e5e0dc;
}

@media ( min-width: 280px ) { 
img {
	max-width: 100%;
    width: 100%;
	position: absolute;
    top: 50%;
	margin-top: -490px;
}
}

@media ( min-width: 1280px ) { 
img {
	width: 1280px;
	position: absolute;
	left: 50%;
    top: 50%;
	margin-top: -490px;
	margin-left: -640px;
}
}