Muy facil, crea una tabla con un height al 100% y un width al 100%, y ahi pones la imagen, quedará totalmente centrada.
Código HTML:
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center"><img src="file:///C|/ibi/DevStudio53/ibi_html/point.gif" width="1" height="1"></div></td>
</tr>
</table>
Saludos :)