Absolute path in WordPress Network site

It is a googd practice to write references to files from CSS file using relative path to the theme and not one absolute. So, for instance:

background: transparent url('images/sprite_phone.png') no-repeat 0 0;

Anyway, on your case there is something wrong with the uploaded file, because none of the paths you give above work.