Sorry for the total noob questions, but I'm still having some problems with this and I can't figure it out. Here's my complete html section, which seems to be causing some issues when I use your changed CSS.
<div id="headerimg">
<h1><a href="$urls.Home" title="$data.Site.Title">$data.Site.Title</a></h1>
<div class="description">$data.Site.TagLine</div>
</div>
When I use your CSS, I end up with 2 home.png images. Seems like it's inserting an image on the h1 tag as well, where before, it was just text.
Thanks in advance for any help.