You need to hook background this way:
background-image: url('images/background.gif');
Check twice that background.gif is accessible.
Also you can play with:
background-position-x: 50%;
background-position-y: 64%;
and with this one:
background-repeat-x: no-repeat;
background-repeat-y: repeat;