go to your forum.
RIght click (or ctrl click for for mac)
"view source code"
do a find for "post reply"
when you find it, see what div its in ex:
<p class="postlink conr"><a href="post.php?tid=4">Post reply</a></p>
Then go to forum/templates/main.tpl or one of the others and search/find for "p.postlink conr"
When you find it, apply a
background: url (url of background image) #color here;
You will probably want to make your image as wide as the element.
Or you could just replace "post reply" with an img tag?
Make sense?
Matthew