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

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

body {
    background: #ffffff url(../img/sfondo_sito.gif) repeat-x top;
    color: #444444;
    font: 11px/16px arial, helvetica, sans-serif;
    text-align: center;
}

/* Set elementi standard html */
img { border: 0 none; }

a:link, a:visited {
    color: #446d8c;
    text-decoration: none;
}
a:hover, a:active {
    color: #444444;
    text-decoration: underline;
}

/*********************************************/
/* CSS SEZIONI                               */
/*********************************************/

div#container {
    width: 920px;
    margin: 0 auto;
    text-align: left;
}

div#header {
    width: 920px;
    height: 267px;
}

div#content {
    background-color: #ffffff;
    width: 920px;
}
