mmmm, perdón por no haber mirado antes, pero ya he visto que han resulto mi consulta en un mensaje anterior... De todas formas, aquí va lo que he hecho...
Cita: <html>
<head>
<style>
#cosa img {
width:90%;
height:90%;
}
#cosa {
text-align:center;
}
</style>
</head>
<body>
<div id="cosa">
<img src="img.jpg" alt="" />
</div>
</body>
</html>