/*
 Style for strectched backgorunds based on bgstretcher. Use csBackground.js
 Contact: Peter Kula	
*/

.csBackground {
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    -webkit-user-select: none !important;
    /*background: black;*/
    overflow: hidden;
    position: fixed !important;
    user-select: none !important;
    width: 100%;
    /*z-index changed to -1 to prevent interference with sticky footer (z-index is '1' by default) */
    z-index: -1;
}

.csBackground, .csBackground UL, .csBackground UL LI {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.csBackground UL, .csBackground UL LI {
    list-style: none;
    margin: 0;
    padding: 0;
}