¿y por qué no usás un enlace?
Código:
a#logo {
position: absolute;
display: block;
left: 35px;
top: 28px;
width: 100px;
height: 91px;
z-index: 90;
background: url(../images/logo.png) 0 0 no-repeat;
background: transparent;
text-indent: -9000px;
}
<div> <a href="http://www.google.com/" id="logo" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');">Ir a google</a></div>