body 
{
background-color: #f2e6ae;
}

img {
  position:absolute;
  top:50%;
  left:50%;
  width:600px;
  height:600px;
  margin-top:-300px; /* half the height */
  margin-left:-300px; /* half the width */
}