Grazie mille a tutti e due per la velocità nel rispondermi.
Per il mio problema ho seguito le indicazioni di eX-Arus, però il box non mi riesce farlo stare in basso... mi galleggia.

Il css, per ora, l'ho fatto così:
------
body
{
background-attachment: fixed;
background-color: #E5E5E5;
background-image: url(img/bg.jpg);
background-repeat: repeat-y;
background-position: center bottom;
}
#contenitore {
background-repeat: no-repeat;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 505px;
height: 100%;
background-attachment: fixed;
background-position: center bottom;

background-image: url(img/bg_box.jpg);
}
------
dove bg.jpg è la cornice ombreggiata e bg_box.jpg è l'immagine di sfondo.
Perchè l'altezza 100% non mi prende tutto lo schermo?

Scusatemi, ma non ci esco.

Ciao Riccardo.