Create an image 1px width by 47px height using your favorite software. Save it and FTP to your misc folder inside your images folder.
In your additional.css template add this.
Code:
#strip {
background: url("images/misc/strip.gif") repeat-x scroll left top transparent;
height: 47px;
}
Now goto your header template and search for this piece of code.
Code:
<div id="header" class="floatcontainer doc_header">
After it add this
Code:
<div id="strip">
</div>