I'm working on a website and I have a weird white space inbetween 2 divs that I can't account for. At the very bottom of the page between the cream and red I just have quite a large white gap. The code for the footer is:
<div id="base"> <div id="baseWrapper">
<div id="leftColumnBase"> <img src="http://3skimo.com/_projects/charliechuck/wp-content/themes/sandbox/_pictures/title-newsletter.png" width="149" height="45" alt="Newsletter" border="0" class="headerSpacer" /> <p>Signup to receive news updates and a gig schedule straight to your inbox!</p>
<div id="rightColumnBase"> <img src="http://3skimo.com/_projects/charliechuck/wp-content/themes/sandbox/_pictures/title-contact.png" width="179" height="45" alt="Get in Touch" border="0" class="headerSpacer" /> <p>Would you like to book Charlie for a gig? Just have something to say? Whatever the reason there are plenty of ways to get in touch!</p> </div>
</div><!-- CLOSE baseWrapper --> </div><!-- CLOSE base -->