﻿
body{
background-image: url(../img/background_home.jpg);
background-position: center;
background-position:top;
margin:0 auto;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#000;
text-align:justify;
}


form#aspnetForm
{
    margin: 0px;
    padding: 0px;
    z-index: 1;
    position: relative;
}

div#container
{
    width: 595px;
    margin-top: 0px;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

div#content
{
    width: 595px;
    clear: both;
    float: left;
    text-align: left;

}

div#header
{
    width: 595px;
    clear: both;
    float: left;
    text-align: left;
    height:289px;
}

div#contenuto
{
    width: 595px;
    clear: both;
    float: left;
    text-align: center;
    background-image: url(../img/sfondo_contenuto_home.jpg);
    background-repeat:no-repeat;
    background-color:#0b0f2c;
    padding-top:20px;
}
div#footer
{
    width: 585px;
    clear: both;
    float: left;
    padding-top:10px;
    background-color:#12173d;
    font-size:11px;
    color:#FFF;
    padding-left:10px;
    padding-bottom:20px;
}

div#footer a
{
    color:#7ab5ff;
    text-decoration:none;
}