Use the body function instead. This will specify color, image, image repeat, position and attachment. Make sure your image is in the same directory as your .css file
body {
background: black url("example.jpg") no-repeat fixed 50% 50%;
}
Color Values
[background-color] | [background-image] | [background-repeat] | [background-attachment] | [background-position]
|