Check out http://ltscm.org/includes/default.css line 42 - the definition for container. Your container is collapsing because it contains floating elements and doesn't float itself. I see you have a class called "clearer" which simply clears floated elements. Unfortunately, this class is outside of the container DIV. I suspect if you move it to the inside of your "container" DIV the container won't collapse anymore.