I tried setting up an example on JSFiddle but it shows an error for some reason: http://jsfiddle.net/t3DDW/
Anyway, here is my css:
body { background:url("images/bg.gif") repeat 0 0, url("images/bg-top.gif") repeat-x 0 0;color:#666;font:62.5%/1.5em helvetica,arial,sans-serif }
Only the first background image shows. I have double-checked that both image urls are correct. Is there a reason why the second background image isn't showing up? I tested it both on Chrome and FF and the second bg image doesn't show.