First, declare a doctype so you're in standards if you haven't already.
Now, the body can only be as high as the containing html, so you need to set HTML tag to 100% height, and body to min-height 100%. This works for me on Firefox.
html {height:100%}
body {min-height:100%}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…