/* CSS Document */
body {
background-color: rgb(23,87,49);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}
div.bloccocentrale {
width: 760px;
background-color: #FF0000;
margin: 0px auto;
text-align: left;
}
div.menusinistro {
width: 280px;
height: 500px; /* --------------che poi andrò a togliere */
background-color: #00FF00;
float: left;
}
div.menualto {
width: 480px;
height: 220px; /* --------------poi devo inserire il valore esatto */
background-color: #660066;
float: left;
}
div.testieimmagini {
width: 480px;
height: 150px; /* --------------che poi andrò a togliere */
background-color: #FFCC99;
float: left;
}
div.copyright {
width: 480px;
height: 50px; /* --------------che poi andrò a togliere */
background-color: #3333FF;
float: left;
}