Very simple example of how to use image sprites in CSS. Image sprites is the process of having multiple images in one larger image, to minimize the number of request to the server, and reduce overall traffic. Quite often all the images on a page/site can be reduced to 1 to 3 images total using a sprite method. You Tube for example has one (very large) sprite image which it uses.