Inviato per sbaglio
DIcevo:
Esempio:
html,body {
margin: 0;
padding:0;
height:100%;
text-align: center;
background-color : #D4D0C8;
}
div#container {
width: 760px;
height: 100%;
margin: 0 auto;
}
body>div#container {
height: auto;
min-height:100%;
}
div#centrato{
position: relative;
top: 50%;
width: 760px;
height: 420px;
margin-top: -210px;
}
prova un po'....