#logo h1{
margin: 0 auto;
width: 137px;
height: 62px;
background-image: url(./test.png);
background-repeat: no-repeat;
background-position: -10px 2px;
text-indent: 100%;
overflow: hidden;
display:block;
}


일케 쳐놓으니깐 백그라운드 137x62픽셀 백그라운드 이미지 말고

h1의 흰부분 아무곳이나 클릭해도 하이퍼링크가 타짐 ㅠ