Hi,
Your css file contains :
body { line-height:1; color:#333; font: 12px Arial, Helvetica, Verdana, sans-serif; background-image:url('/images/background.gif') repeat-x scroll center top #FAFAFA;}
And must put :
body { line-height:1; color:#333; font: 12px Arial, Helvetica, Verdana, sans-serif; background:url('../images/background.gif') repeat-x scroll center top #FAFAFA;}
You miss dot dot at the begining of the path.
Try this changes and tell us if work fine.