Here's a mockup of what I'm going for: http://www.jsfiddle.net/Q3aN2/
It has a wrapper container, a bunch of <section>
elements, and then some unwanted wrapper divs to space out the content.
Is there a way of doing this that eliminates the unwanted markup? display: table-*
perhaps?