Non ho capito molto chiaramente la Tua richiesta ...
Prova:
.title {Codice:<style type="text/css"> .title { float:left; border:1px solid #ccc; background:#ffa; text-align:center; width:680px; height:150px; background-image:url(banner.jpg); } </style>
float:left; // posizione immagine ... oppure center
border:1px solid #ccc;
background:#ffa;
text-align:center;
width:680px; // lunghezza
height:150px; // altezza
background-image:url(banner.jpg); //nome dell'immagine
Segnalibri