Il tuo codice era:
codice:
html,body {
margin:0;
padding:0;
}
body {
font-family: "Trebuchet MS", "Courier New", Courier, mono, ;
color: #000066;
font-weight:bold;
font-size:76%
}
div#container {
width:60em;
margin-top: 0;
margin-right: auto;
background-image: url(../immaggini/altro/spiaggia.jpg)
}
div#testa {
background-image: url(../immaggini/altro/spiaggiaSu.jpg);
}
cambio solo le parti interessate:
codice:
body {
font: bold 100% "Trebuchet MS", Trebuchet, sans-serif;
color: #000066;
background: /* specifica un colore */
}
div#container {
font-size: 76%;
width: 60em;
margin-top: 0;
margin-right: auto;
/* e gli altri margini che fanno? */
background-image: url(tuaimg.gif);
/* repeat, no-repeat, position.... scegli! */
}
div#testa {
width: 60em;
height: /* specifica un altezza */
background: url(banner.gif) no-repeat top left;
}
ciao