ul, li{
    margin: 0;
    padding: 0;
    border: 0;
}
ul{
    list-style-type: none;
}
a, a:hover{
    text-decoration: none;
    color: black;
}

html, body{
    width: 100%;
    height: 100%;
    position: relative;
    background: #d2cfc1;
}

#ivonaambienti{
    width: 94%;
    /*min-width: 380px;*/
    height: 100%;
    position: relative;
}

/*#wrapper{*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*position: absolute;*/
/*}*/

#header{
    margin-top: 5%;
    position: relative;
    z-index: 2;
}

#content-wrapper {
    top: 0;
    bottom: 0;
    left: 20%;
    right: 20%;
    min-height: 800px;
    height: 100%;
    padding: 14.3% 10px 40px 10px;
    position: absolute;
    background: rgba(255,255,255,0.56);
}

#content{
    /*background: blue;*/
    height: 100%;
    color: #402d4d;
}