The background-size property specifies the size of the background images.
background-size: auto|length|cover|contain|initial|inherit;
div { background: url(img_flwr.gif); background-size: 80px 60px; background-repeat: no-repeat; }