paste this CSS into your body { } and your background should work on both browsers... also be sure your body css is not defined as class (.body) or id (#body)
Code:
background: #FFF url(images/bg_body.gif) repeat-y fixed center top;
Thanks, but this code gives me a blank background in both browsers