My CSS file is in :
Project/Web/Support/Styles/file.css
My image is in :
Project/Web/images/image.png
I want this image in my CSS file.
You need to get 2 folders back from your css file.
Try:
background-image: url("../../images/image.png");