#blu { position : absolute; top : 0%; left : 0%; right : 50%; bottom : 50%; width : 50%; height : 50%; background-color: #006293; } #giallo { position : absolute; top : 0%; left : 50%; right : 0%; bottom : 50%; width : 50%; height : 50%; background-color: #F1CB2C; } #fuxia { position : absolute; top : 50%; left : 0%; right : 50%; bottom : 0%; width : 50%; height : 50%; background-color: #EE0089; } #verde { position : absolute; top : 50%; left : 50%; right : 50%; bottom : 0%; width : 50%; height : 50%; background-color: #92CC02; } #contenuto { position : absolute; top: 0%; left: 0%; width : 100%; height : 100%; z-index: 10; background-image: url(/immagini/spacer.gif); } #tabellaCentro { width : 100%; height : 100%; font-size: 80px; align: center; text-align: center; background-image: url(/immagini/spacer.gif); } #vetrina { width : 250px; align: right; text-align: right; } #SX { position : absolute; ; top : 0%; left : 0%; right : 50%; bottom : 0%; width : 50%; height : 100%; background-image: url(../immagini/sfondoSx.gif); } #DX { position : absolute; top : 0%; left : 50%; right : 0%; bottom : 0%; width : 50%; height : 100%; background-image: url(../immagini/sfondoDx.gif); } #sottoSX { position : absolute; top : 0%; left : 0%; right : 50%; bottom : 0%; width : 50%; height : 100%; background-color: #EE0089; } #sottoDX { position : absolute; top : 0%; left : 50%; right : 0%; bottom : 0%; width : 50%; height : 100%; background-color: #92CC02; }