Für dieses Beispiel wird das folgende Bild verwendet:

<style type="text/css">
div.bg {
background-image: url(../images/background-image.gif);
background-color:orange;
width:500px;height:200px;
border:10px solid red;
padding:20px;
color:white;
}
</style>
...
<body>
<div class="bg">
div-Container mit Hintergrundbild
</div>