@media screen and (max-width:590px){
body {
background-color:#E2DCBF;
/*background-image: none; /*dipende da te*/
/*background-repeat: no-repeat; /*dipende da te*/
/*background-attachment: none; /*questa Ã¨ la parte piÃ¹ importante*/
/*background-size:none;/*questa è la parte più importante*/
}} 
@media screen and (min-width:591px){
body {
background-color:#E2DCBF;
background-image:url(../immagini/skin-text.jpg);
/*background-size:cover;
/*background-image: url("immagini/skin-text.jpg"); /*dipende da te*/
/*background-repeat: repeat; /*dipende da te*/
/*background-attachment: fixed; /*questa è la parte più importante*/
}}


@media screen and (max-width:590px) {
.wrapper{background-color:#F9EECE;width:98%;height:auto;padding-left:1%;padding-right:1%;padding-bottom:1%;font-family:'Signika',sans-serif;position:relative;margin:10px auto}
}
@media screen and (min-width:591px) {
.wrapper{background-color:#F9EECE;width:990px;height:auto;padding-left:15px;padding-right:15px;padding-bottom:10px;font-family:'Signika',sans-serif;position:relative;margin:20px auto 15px}
}