Describing a layout with fixed lengths at the edges and a fluid main content container. I'm struggling to achieve it and can't figure out why.
Check out my jsfiddle http://jsfiddle.net/JyXtR/3/ for reference.
I aim to achieve this desired layout: https://i.sstatic.net/j7hpS.png
The goal is to make the main content and content on the right's containers have equal height regardless of their content length.
Is CSS not suitable for layouts like these, or am I just missing something crucial?