I was quite surprised to find out these two interesting css "tricks":
- Data urls: putting the data inside the CSS (inline).
- CSS sprites: instead of loading many small images (one per item), it's possible to load one big image that contains them all.. then play with the offsets to get the right image.