Mi codigo es este:
<html>
<head>
<title>Desarrollo de Proyectos</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
body { background:#f5f5f5; }
.imagen { width:460px; height:180px; left:50%; position:top; }
.imagen2 { width:360px; height:128px; left:50%; position:bottom; }
</style>
</head>
<body>
<center>
<div class="imagen">
<img src="images/index1.png" alt="" width="460" height="180" border="0"/>
</div>
<div class="imagen2">
<img src="images/index2.png" alt="" width="360" height="128" border="0"/>
</div>
</center>
</body>
</html>