/* style sheet demonstrating the background-image property */ body { background-image: url("basic-web-html-08-images-background-small.gif"); background-repeat: repeat-x; background-color: #ffffff;}