/* CSS of jQbackstretch Plugin by wasp / stefanbe */ 
#backstretchdemo { height: 300px; color: #FFF; cursor:hand; }

#backstretchdemo div {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.7);
    }

#backstretchdemo div p { padding: 10px; }
