Can CSS span 100% vertically?

I’m tyring to design a table-less CSS layout, with 3 columns, all of which span 100% of the page vertically (all the way down). Is this possible with CSS? I tried setting the margin-bottom value but the DIVS only stretch to the amount of content in them.

Any CSS gurus out there?

Thanks