You seem to have a typo here:
background-image: url(..images/background.gif);
Should be:
background-image: url(../images/background.gif);
You seem to have a typo here:
background-image: url(..images/background.gif);
Should be:
background-image: url(../images/background.gif);