how to add background in css

CSS
body {
 background-image: url("paper.gif");
 background-color: #cccccc;
}
Source

Also in CSS: