



.view-m body, .view-l body,
.view-xl body,.view-xs body, .view-s body  {

background: #00b0b9;
background: -moz-linear-gradient(top, #00b0b9 0%, #00ecb9 100%);
background: -webkit-linear-gradient(top, #00b0b9 0%,#00ecb9 100%);
background: linear-gradient(to bottom, #00b0b9 0%,#00ecb9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0b9', endColorstr='#00ecb9',GradientType=0 );


 background-repeat: no-repeat;
 background-origin: 0 0;
 background-attachment: fixed;
 background-size: cover;

}
