Here is my site, first of all.
You\'ll notice that underneath the divider bar in the middle of the page, there are three columns, one with a form, one with text, one
Ok here is what you should do
Wrap all three floated division on a parent div, something like this
...... ...... .....
Now to solve your problem give a fixed height to the parent div like
parent
#parent { height:400px;clear:both; }