/* CSS Document */

#sponsor
{
    position: Absolute;
    background-color: #EEEEEE;
    font-size: 10px;
    font-family: Verdana;
    top: 150px;
    left: 35%;
    width: 300px;
    height: 250px;
    border: Solid 1px #000000;
}
div.chiudi
{
    width: 300px;
    border-bottom: Solid 1px #000000;
}
a.sponsor:link,a.sponsor:active,a.sponsor:visited 
{
    color: #787878;
    text-decoration: None;
}
a.sponsor:hover
{
    color: #000000;
    text-decoration: None;
}