gracias por responder alexk. osea lo que quiero es mostrar el texto con la imagen.
 
si tengo una tabla de una celda.  
 Código HTML:
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
	h1{
		background:url(titulo_resultado_busqueda.jpg) no-repeat;
		text-shadow: 0px 1px 0px #000000;
		font-size:16px;
		font-weight:normal;
		font-family:"Bauhaus Md BT";
		
	}
</style>
</head>
<body>
      
      <table width="791" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><h1>Este texto se vera.</h1></td>
        </tr>
      </table>
</body>
</html>  ya muestro el texto, pero no se ve igual a la imagen.  
 
 
que solucion puedo darle ?. 
saludos.