Prueba así:
Código HTML:
<style type="text/css">
#contenedor {
position:absolute;
top:50%;
left:50%;
width:776px;
height:90px;
margin-left:-388px;
margin-top:-45px;
background:#33FF33;}
#imagenes {
height: 90px;
width: 280px;
margin:0 auto;
}
</style>
</head>
<body>
<div id="contenedor">
<div id="imagenes">
<a href="index.php"><img src="imagenes/titulo.jpg" width="250" height="50" border="0" /></a>
<a href="index.php"><img src="imagenes/home.gif" width="60" height="25" border="0" /></a>
<a href="misitio.php"><img src="imagenes/miimagen.gif" width="140" height="25" border="0" /></a>
<a href="faq.php"><img src="imagenes/FAQ.gif" width="50" height="25" border="0" /></a>
</div>
</div>
</body>