CODICE HTML DEI DIV <div class="contenitore">
<div class="topleft">
<div class="topright">
<div class="bottomleft">
<div class="bottomright">
<div class="contenuto">
Qui va il contenuto
</div>
</div>
</div>
</div>
</div>
</div>
FOGLIO DI STILE .contenitore {
width: 30%;
color: #000;
background-color: #fe0002;
}
.topleft { background: url(tl.jpg) no-repeat top left }
.topright { background: url(tr.jpg) no-repeat top right }
.bottomleft { background: url(bl.jpg) no-repeat bottom left }
.bottomright { background: url(br.jpg) no-repeat bottom right }
.contenuto { text-align: justify; padding: 10px }