Jeff, that header image is not part of the content — it used mainly for illustration purposes and thus CSS would be more appropriate (presentation vs. content). I think even inline CSS, such as:
<div id="header" style="background-image:url(...)"></div>
would be better than <img>
.