I didn't do it in the theme.php. I did it in the
blocks.html file :-)
The same html tag that encloses the $content string is the one you want to set your background image to.
example:
Code:
<td background="themes/Yourtheme/images/back.gif">$content</td>
mikem