I\'m trying to create a layout with a \'header\' area which contains a logo and some links, and then a content area which needs to extend to the bottom of the page. This is
Make the container div position:relative and the content div position:absolute. Then give the content div top: and bottom:0
Not in a position to test this right now, but I think something like this should work.