I have a somewhat complex design going on, so I've removed parts to display only what I need help with.
http://www.behindlacrosse.com/test/demo.html
On the right hand side, I have 3 divs, 2 with specific heights, and the one in the middle that I would like to repeat downward, so that the whole right hand side matches the height of the center (Body area), (so the bottom div hits the footer).
I don't want to use the full-browser-height technique, by which the footer is always at the bottom of the page. And I know technically this would be easier with tables.. but what's the fun in that? And CSS is just so much nicer.
Any help greatly appreciated! I've kept all the CSS code inside the HTML so it's easily viewable.
Thanks