body{
	margin: 0;
	background-color: #868889;
}
body img{
	position:absolute;
	top: 50%;
	left: 50%;
	width:1024px;
	height:auto;
	margin-top: -250px;
	margin-left: -512px;
	max-width: 100%;

}

@media screen and (max-width: 1023px) {
	body img{
		width: 100%;
		height: auto;
		margin: 0;
		left: 0;
		top: 0;

	}
}
