The image used in the background of the header is usually named header_bg and you should find where it was called in your stylesheet.

The default style from the Classic template:

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}