CSS background property
Usage
A shorthand way of setting all the background properties at once.
Values
background-color,background-image,background-repeat,background-attachment, andbackground-positionproperties
Example
Code:
body {
background: #330000 url(background.jpg) repeat scroll top
}