in your header do what I do for the holidays styleshets put a code such as
in includes/header.php put
<table width="100%" border="0">
<tr>
<td align="center" class="holidaybanner">
</td>
</tr>
</table>
and then in each stylesheet put something different for
holidaybanner such as
.holidaybanner {
height: 49px;
background: url('images/electionday.gif');
background-repeat: repeat-y;
background-position: center top;
}