.logo {
position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
altına şunu ekle hocam

.logo a{
display:block;
}
sonrasında link vermek isteğin yere de
<div id="logo"><a href="#"></a></div>
olur diye tahmin ediyorum ama, uykulu halimle yazıyorum.

yahut
<div id=”logo” onclick=”location.href=’http://www.neyesem.net/’;” style=”cursor:pointer;”> </div>