How can I expand the column height to match the container height (not the view port) automatically using css (example: #col1 height to the height of #content) in this site: http://www.tutorialsroom.com I've tried height:100% but only expanded the #col1 100% of the view port (browser window) and was cut when I scrolled down.