I know there are a lot of questions about a css 100% height problem.
However I\'ve tried to follow the instructions there and still the height isn\'t 100%,
so I thought I\'d
Assign "position:relative" to your "container" div - page, page-container, or wrapper (I'm not sure to which one of the three, just try), and then "position:absolute; bottom:0;" to your "footer-container" div.