I have a gradient applied to the background of the body element. Then I have a container (right after body) that has a background .png image applied to it. The gradient alwa
Specify height: 100% on the html, body and #body2 elements (line 1358).
height: 100%
html
body
#body2
html, body, #body2 { height: 100%; min-height: 100%; }
Not tested in IE 6, works in 7 though.