root {display: block;}15174d
*{
    padding: 0;
    margin: 0;
}
html{
    height: 100%;
    font-family: sans-serif;
}
body{height: 100%;}
a{
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
#landing{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #A6AFAF;
    background-image: url('img/bkg3.png');
}
#landing #logo{
    position: absolute;
    top: 40%;
    left: 50%;
    width: 50%;
    text-align: center;
    color: #15174d;
}
#landing #logo h1{
    margin-top: 20px;
    font-size: 40px;
    font-weight: bold;
}
#landing #logo hr{
    margin: 10px 0;
    border: none;
    height: 2px;
    background-color: #FFF;
}
#landing #logo h2{}
#landing #itaeng{
    width: 100%;
    height: 25px;
    margin-top: 20px;
    text-align: center;
}
#landing #itaeng p{
    position: absolute;
    left: 50%;
    margin-left: -31px;
}
#landing #itaeng .bottone{
    display: block;
    position: relative;
    float: left;
    margin: 0 0px;
    width: 75px;
    height: 25px;
    line-height: 25px;
    background-color: #FFF;
    color: #15174d;
}
#landing .english{
}
/*******************************************************************************/

#body{
    width: 100%;
    background-color: #A6AFAF;
    background-image: url('img/bkg3.png');
}

#main{
    width: 900px;
    margin: auto;
    color: #15174d;
}

#header{
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 20px;
}
#header img{
    float: left;
}
#header #stpil{
    float: left;
    margin-left: 50px;
}
#header h1{
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 50px;
}
#header hr{
    margin: 5px 0;
    border: none;
    height: 2px;
    background-color: #FFF;
}
#header h2{
    font-size: 25px;
}
#cont{
    position: relative;
    margin-top: 50px;
}
#navbar{
    position: relative;
    top: 0px;
    float: left;
    width: 200px;
    
}
#navbar ul{
    list-style: none;
    width: 100%;
}
#navbar li{
    position: relative;
    list-style: none;
}
#navbar li a{
    display: block;
    margin: 0 0px;
    width: 100%;
    height: 43px;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    line-height: 43px;
    border-bottom: #15174d solid 1px;
}
#cont-page{
    position: relative;
    float: left;
    margin-left: 10px;
    width: 690px;
    min-width: 200px;
    background-color: #C1CCCC;
    padding: 20px 0;
}
.lista{
    margin: 10px 0 10px 70px;
    list-style-position: outside;
    list-style-image: url('img/bullet.png');
    color: #15174d;
}
.lista li{
    margin: 10px 0;
    font-size: 13px;
}
#cont h1{
    color: #fff;
    margin-left: 25px;
}
.grassetto{
    color: #15174d;
    font-weight: bold;
    margin-left: 50px;
}
.lista span{
    margin-left: 0px;
}
.lista p{
    font-size: 13px;
}
#cont hr{
    border: none;
    height: 1px;
    background-color: #fff;
    text-align: center;
    width: 90%;
    margin: 10px 5%;
}
#box{
    margin-left: 70px;
    padding: 0px 0;
    font-size: 13px;
}
#box span{
    margin-left: 0;
}

#footer{
    z-index: -10;
    position: relative;
    top: 30px;
    padding: 10px 0;
    width: 100%;
    text-indent: 210px;
    font-size: 10px;
}