/* CSS Document Stile.css */

body {
    margin: 0px;
    height: 100%;
}
div.LayerCentrato {
    position: Absolute;
    left: 50%;
    width: 830px;
    height: 830px;
    margin-left: -415px;
}
A:LINK {
    color: #993300;
}
A:VISITED {
    color: #993300;
}
A:HOVER {
    color: #993300;
    font-weight: bold;
}
#TITOLO {
    position: absolute;
    top: 8px;
    left: 310px;
    width: 330px;
    height: 50px;
    float: left;
    color: #076D84;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: x-large;
    font-weight: bold;
}
#AREA {
    position: absolute;
    top: 152px;
    left: 310px;
    width: 495px;
    height: 661px;
    float: left;
    color: #076D84;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: large;
    z-index: 1;
    overflow: auto;
    padding: 5px;
    border: none;
}
#NEWS {
    position: absolute;
    width: 276px;
    height: 200px;
    z-index: 2;
    left: 19px;
    top: 458px;
    color: #005D84;
    font-size: medium;
}
#ALTRO {
    position: absolute;
    width: 276px;
    height: 52px;
    z-index: 2;
    left: 19px;
    top: 696px;
    color: #005D84;
    font-size: medium;
}
#FONDO {
    position: absolute;
    width: 276px;
    height: 70px;
    z-index: 2;
    left: 19px;
    top: 750px;
    color: #005D84;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: small;
}
#MENUFONDO {
    position: absolute;
    width: 812px;
    height: 20px;
    z-index: 2;
    left: 17px;
    top: 835px;
    color: #005D84;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: small;
}

