body {
	height: 600px;
}

img.center {
  position: absolute; 
  top: 50%;
  left: 50%; 
  margin-top: -90px;
  margin-left: -107px; 
}

