Amy, take a look at NEGATIVE positioning with css margin
something like:
Code:
{if $discount gt 0}
<div style="margin-top: -300px;" class="SaveMoneyLabel">
<span id="save_percent">{$discount}%</span>
</div>
{/if}
Negative positioning can really be a mind-f*%k, so be careful out there!
Google "negative margin css" and see what you find...
http://www.communitymx.com/content/article.cfm?cid=b0029
Jeremy