html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 1.4;
    background-color: #4b4b4b;
}
#wrapper{
    background: url('images/chiave.png') no-repeat top center ;
    min-height: 850px;
    margin: auto;
    position: relative;
    width: 980px;
}
.uno{
    position: absolute;
    bottom: 251px;
    left: 190px;
    height: 23px;
    width: 140px;
}
.due{
    position: absolute;
    bottom: 251px;
    left: 420px;
    height: 23px;
    width: 211px;
}
.footer{
    position: absolute;
    bottom: 32px;
    text-align: center;
    left: 268px;
    font-family: helvetica;

}
.footer a{
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
p, strong{
    color: #666;
}
