body {
background:
red /* background-color */
url(sunset.jpg) /* background-image */
top center / 200px 200px /* background-position / background-size */
no-repeat /* background-repeat */
fixed; /* background-attachment */
}