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

a img {
 border: none;
}