öncelikle css koduna bir isim ver

.headerlogo{
  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;
}
daha sonra logonun bulunduğu kısma

<div class="headerlogo">
	<a href="siteadresin"></a>
	</div>
ekle sanırım istediğin linklendirme olacak.