body {
    background-color: White;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 1.5;
    background: url(sfondo_pag.png);
    background-attachment: fixed;
    background-repeat: repeat-x;
    margin: 0px;
}

.container {
    width: 980px;
    margin: auto;
}

#logo { float: left;
    display: block;
    z-index: 10;
    margin: 5px 10px 5px 10px;
    display: block;
    vertical-align: middle;
}

hr {border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

header { background: url(sfondo_top.png);
    display: block;
    clear: left;
    height: 174px;
    border: 0;
    margin-top: 30px;
}

nav { background: url(sfondo_top_dw.png);
    padding: 0px 0px 30px 0px;
    margin-bottom: 0px;
}

article { text-align: justify;
}

footer { text-align: left;
    color: white;
    font-weight: bolder;
    background-color: #82C5DF;
    clear: left;
    font-size: 10px;
    height: 50px;
}