vi chiedo nuovamente aiuto, ho lo sfondo composto da un' immagine ripetuta, e poi ho il logo, vi mostro il codice
codice:
body { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#FFF;
font-size:14px;
background-image:url(../images/background.png);
background-repeat:repeat-x;
background-color:#333;
}
#container {
margin:20px auto;
width:800px;
}
#header {
width:800px;
height:200px;
margin-top:5px;
}
.logo {
position:absolute;
width: 800px;
height: 200px;
}
ora sul background devo inserire un' immagine come potrei fare ?