background
selector {
background-color: #FFFFFF;
background-image: url("path/to/image.png") | none;
background-repeat: repeat | no-repeat | repeat-x | repeat-y;
background: #FFFFFF none;
}
selector {
background-color: #FFFFFF;
background-image: url("path/to/image.png") | none;
background-repeat: repeat | no-repeat | repeat-x | repeat-y;
background: #FFFFFF none;
}