I\'m working on a website that uses two columns inside a container. The container has a white background that should stretch to the bottom of whichever column is highest, so
The easiest fix in this case seems to be adding before the closing tag for #container.
#container
You can change it to and .clearfix{clear:both} if you wish.
.clearfix{clear:both}