CSS Background Image problem in Safari

Can anyone explain to me why if I use the following piece of CSS code, it works fine while inside the html and appears in Safari and Firefox. However if you make it an external CSS file, it stops working in Safari.

body {
background-image:url(images/bg_shadow.gif);
}

Thanks :slight_smile: