html { 
   width:100%; 
   height:100%; 
	background: #005581;
	}
img {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
}