@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-easter2016-top.jpg) no-repeat center top, url(../../img/background/bg-easter2016-repeat.jpg) repeat-y center top;
        background-color: #fff;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {
        background: url(../../img/background/bg-easter2016-repeat-max989.jpg) repeat-y center top;
        background-color: #fff;
    }
}

@media (max-width: 659px) {
    body {
        background: url(../../img/background/bg-easter2016-repeat-max659.jpg) repeat-y center top;
        background-color: #fff;
    }
}


/*@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-easter2015-top.jpg) no-repeat center top, url(../../img/background/bg-easter2015.png) no-repeat center top, url(../../img/background/bg-easter2015.jpg) repeat left top;
        background-color: #94cb62;
    
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {
        background: url(../../img/background/bg-easter2015-top.jpg) no-repeat center top, url(../../img/background/bg-easter2015-max989.png) no-repeat center top, url(../../img/background/bg-easter2015.jpg) repeat left top;
        background-color: #94cb62;
    }

}

@media (max-width: 659px) {
    body {
        background: url(../../img/background/bg-easter2015-top-max659.jpg) no-repeat center top, url(../../img/background/bg-easter2015.jpg) repeat left top;
        background-color: #94cb62;
    }
}*/

 
 