open includes/templates/classic/css/stylesheet.css
change the following declaration as indicated by the highlight. (this will make the logoWrapper the same height as your image.)
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:161px;
}




