#intestazione{
    width: 100%;
    text-align: left;
    color: white;
    background-color: green;
}
#navigazione{
    font size:1.5em;
    text-align: right;
}
#navigazione li{
    display: inline;
    padding-right: 5%;
    font-size: 1.3em;
}
#navigazione a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#navigazione a:hover{
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}
#navigazione a:visited{
    color: #888888;
    text-decoration: none;
    font-weight: bold;
}
    #contenuto1{
    background-color: black;
    width: 50%;
    float: left;
    height: auto;
}
#contenuto2{
    background-color: black;
    width: 50%;
    float: right;
    height: auto;


}
#piede{
    background-color: black;
    color: #CCCCCC;
    text-align: center;
    clear: both!important;
