Css - make div or table expand to fill available height

I have a very basic html page with css which includes a header, left column, right column and footer.

I’m trying to find a way to force a div or table within the left column to take up the available vertical space so that it extends all the way down to the footer regardless of page height.

My attempts at setting 100% on a div or table don’t seem to work… got any suggestions?