Hola leoperez, en ese caso puedes meter la imagen por ejemplo en una caja:
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Prueba</title>
<style type="text/css">
img{position:absolute; bottom:0;}
#caja_imagen{
text-align:center;}
</style>
</head>
<body>
<div id="caja_imagen">
<img src="imagen.jpg" alt="Tu imagen" width="71" height="80" longdesc="Probando imagen abajo y en el centro" />
</div>
</body>
</html>
Saludosss