This is the entire code:
With the HTML5 doctype you need to also set the height on the html element:
html { height:100%; }