/* 
css for regular pages at the frontend
*/
.wrap {
    background-image: url('../img/bgGondiaz.jpg');
    background-repeat:  no-repeat ;
    background-position: bottom right;
    background-attachment: fixed;  /*scroll*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


