longhand

shorthand

For the sake of a short and minimal style sheet - you can, and should in most cases, of course use the shorthand code, combining all required properties into one singe line of code.

background
default: as individual properties
values in order: 
background-color background-image background-repeat background-attachement background-position
CSS example:
h1 { background: #ccc url(../images/decor.jpg) no-repeat fixed center bottom; }

CSS2.1 references