img {
   position: absolute;
   top: 50%;
   left: 50%;
   height: 87px;
   width: 500;
   margin-top: -43px; /* Half the height */
   margin-left: -250px; /* Half the width */
}
