Image works in IE not FF

I have a background that works fine in Explorer, yet not at all in Fire Fox. I don’t know why, maybe Fire Fox does not like the way the image is positioned;



body {
        background-image: url(backround.png);
        background-repeat: repeat-x;
        background-position:left bottom;
}

http://trafan.freehostia.com/testjunk/ok.html IE will show the background and Fire Fox will not.

Please help, thanks, Travis.