On this page http://dev.morrisononline.com/index.php/ inside html
and body
there is a wrapper div containing the whole site and inside that is a page div containing everything. Both are 560px high but I need them to be 100%. I can change them to a different pixel value by adding height: 900px;
to the CSS but without that I don't understand where those 560px come from. Why are they 560px and can I set them to be 100%?
I am using Chrome with developer tools and IE10 for testing.