BODY {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: top center;}

a:link {color: #333333; background-color: transparent; text-decoration: none;}
a:visited {color: #333333; background-color: transparent; text-decoration: none;}
a:hover {color: #FA0F00; background-color: transparent; cursor: pointer; text-decoration: none;}

/*contenitore principale*/

#container {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom center;}

#map {
    width: 500px;
    height: 400px;}

#map img {behavior: none}

IMG {border-width: 0;
    vertical-align: bottom;}

UL {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 20px;}
LI {margin: 0px 0px 0px 0px; padding: 0px 0px 3px 0px; list-style-type: disc;}

FORM {margin: 0; padding: 0;}
INPUT {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
SELECT {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;}