Hi,
Sorry for the delayed response. Every once in a while something slips through the cracks.
Try adding the following directly before the closing </div> for the wrapcenter.
<br class="brclear" />
and add this to your style.css
.brclear{
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
HTH,
Joe D.