Hola
manuelk, creo que esto te servirá
Cita: <style type="text/css">
<!--
#layer1 {position: absolute;
width: 200px;
height: 168px;
left: 50px;
top: 50px;}
#layer2 {position: absolute;
width: 320px;
height: 170px;
left: 50px;
top: 50px;
vertical-align: 50%;
font-family: arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-align: center;
line-height: 168px;}
-->
</style>
</head>
<body>
<div id="layer1"><img src="imagen.jpg" alt="" title="" /></div>
<div id="layer2">Precio: $20.00</div>
</body>
</html>
Saludos