For body: in css "body" set background property to: background: url(background.jpg)
For header: in "header" template replace this:
Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
with this:
Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" style="background: url(background.jpg);">