questo è il codice dei div nell'html
<div id="ombra_index">
<div id="img_index">[img]img/img_index.jpg[/img]</div>
</div>
e questo dei css
body {
text-align:center;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #36647f;
}
div#ombra_index {
min-height:100%;
height:100%;
height:100%;
margin-right:auto;
margin-left:auto;
background-repeat: repeat-y;
text-align: center;
width: 209px;
background-image: url(../img/sfondo_ombra_index.gif);
vertical-align: middle;
}
div#img_index {
height:548px;
margin-right:auto;
margin-left:auto;
background-repeat: repeat-y;
text-align: center;
width: 185px;
bottom: 50%;
}