How do I use CSS shortcuts for background image?
Here it is, the background properties all in one line – glorious.
Set the transparency/background color, image url, repeat, scroll/fixed and position.
.container{
background:transparent url(/images/button_homepage_getstarted.png) no-repeat scroll 0 0;
}