Creo que mejor es de esta forma:
Código:
#header_logo {
width: 98px;
height: 139px;
background: url(images/logo.jpg) no-repeat 0 0;
}
#header_logo h1 a {
width: 98px;
height: 139px;
text-indent: -5000px;
display: block;
}
Código HTML:
<div id="header_logo">
<h1><a href="www.talcosa.com">Aquí va tu título</a></h1>
</div>