/* style sheet demonstrating the background-image property */ body { background-image: url("basic-web-html-08-images-background_large.gif"); background-color:#ffffff; color:#000000; font-size:24px; font-weight:bold;}