/*********************************************/
/* CSS DI BASE                               */
/*********************************************/

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #444444;
    font: 11px/16px arial, helvetica, sans-serif;
}

a:link, a:visited {
    color: #ce3128;
    text-decoration: underline;
}
a:hover, a:active {
    color: #e14400;
    text-decoration: none;
}

div.flashcontent {
    background-color: #ffffff;
    width: 781px;
    height: 449px;
    margin: 0;
    padding: 0;
}