Try re-ordering the display in the file as currently is is being parsed first but displayed last
And there seems to be a mis match on the number of opening and clopsing div tags for the set of entries
Code:
<div id="footer">
<div id="footerTopWrapper">
<div id="subscribeWrapper">
<div id="subscribeForm">
<form name="subscribe" action="https://www.theburningbutterfly.com/shop/index.php?main_page=subscribe" method="post"><input type="hidden" name="act" value="subscribe" /><input type="hidden" name="main_page" value="subscribe" /><div>id="subscribetopText">Don't miss a single Special Offer or Savings Event!</div><div id="subscribeEnter"><label><input type="text" name="email" size="15" maxlength="200" style="width:175px; height:20px; font-size:12px; padding-left:2px;" value="get email offers and updates" onfocus="if (this.value == 'get email offers and updates') this.value = '';" /></label></div><div id="subscribeButton"><input type="image" src="includes/templates/alysa_rounded/buttons/english/button_subscribe_top.gif" alt="Subscribe" title=" Subscribe " value="Subscribe" onfocus="this.blur()" /></div></form>
</div>
<div id="subscribeImg"><img src="images/images/newsletter.gif" alt="Subscribe to our Newsletter"/></div>
</div>
<div id="socialWrapper">
<div id="followUs"><img src="images/images/fu.gif" alt="Follow us on Facebook and Twitter"/></div>
<div id="twitter"><a href="//www.twitter.com/burnbutterfly" target="_blank" onfocus="this.blur()"><img src="images/images/twitter.png" alt="Follow The Burning Butterfly on Twitter" /></a></div>
<div id="facebook"><a href="http://www.facebook.com/pages/The-Burning-Butterfly/101381953239516" title="The Burning Butterfly" target="_blank" onfocus="this.blur()"><img src="images/images/facebook.png" alt="Join The Burning Butterfly on Facebook" /></a></div>
<div class="footerBlank"><img src="images/images/blank.gif" alt=""/></div>
<div id="green"><img src="images/images/windpowered.gif" alt="We use a webserver powered by 300% community supplied windpower!"/></div>
<div class="footerBlank"><img src="images/images/blank.gif" alt=""/></div>
<div id="animal"><img src="images/images/noanimaltesting.gif" alt="No animal testing is done on our products."/></div>
<div class="footerBlank"><img src="images/images/blank.gif" alt=""/></div>
</div>
</div>