Since the outer div only contains floated divs, it renders with 0 height. Either give it a height or set its overflow to hidden.
Since the outer div only contains floated divs, it renders with 0 height. Either give it a height or set its overflow to hidden.