Hello,
try to add the following code line into the file style.css in your template directory.
background:#00008B url(yourimage.jpg) no-repeat top left;
#header
{
vertical-align: top;
padding-bottom: 11px;
padding-left: 18px;
font-family: Georgia, Lucida, Arial, sans-serif;
font-size: 11px;
font-weight: lighter;
color: #00008B;
border-bottom: 1px solid #efefef;
background:#00008B url(yourimage.jpg) no-repeat top left;
}
The code line assumes that you have an image called yourimage.jpg in your template directory.
Regards Christian