body{
	margin: 0;
	height: 100%:
	width: 100%;
}
.wrapper{
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}
.image {
   width: 1081px;
   height: 596px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -540.5px;
   margin-top: 200px;
}