If the width and height of the div.erabox is fixed, or at least the height and width always exceed the image, you can use the image as a background
HTML
<div class="erabox"></div>
CSS
.erabox{ background:url("indicator2.gif") no-repeat; background-position:50% 50%; }
source share