Trouble with backgrounds...again

hi all,

again, I am trying to put two backgrounds onto a site. one (in my html) i have a background for the entire site basically, and for my body tag, i have a background for the header.

its working fine in firefox but, of course, not in IE.

linky

code:


html {
    background: url(../images/background.gif) repeat;
    background-position: bottom;
}

body {
    padding: 0px;
    margin: 0px;
    background: url(../images/header-background-two.jpg) repeat-x;
    background-position: top;
    text-align: center;
}

Thanks again.