Background Image not showing in FIREFOX

I have a background image. It shows up fine in IE but not in Firefox. Here’s the link, I feel like I have tried everything.

http://www.smhmedia.co.uk/washing/

The gap on the right? thats where the bg image “hackline.gif” is failing to show.

Here is the css for that particular bit.

#mainHolder{
background:url(…/images/hackline.gif) repeat-y;
width:868px;
margin:0;
padding:0;
}

Any ideas?

Thanks

Stefan