html, body{
 height: 100%;
}

body {
 text-align: center;   /* hack del centraento orizzontale per IE */
 padding: 0;         
 margin: 0;          
 width: 100%;
 height: 100%;
}                        

#top {  
 margin-bottom: -190px; /* metà dell'altezza di #centroassoluto */
 background: transparent;
 width: 1px;          
 height: 50%;          
 float: left;          
}

#centroassoluto {
 position: relative;
 text-align: left;     /* hack per IE */
 height: 380px;     
 width: 320px;          
 background: transparent;
 margin: 0 auto;
 clear: left;
}