/*!
    bgStretcher 3.0.1 jQuery Plugin
    (c) 2010-2013 www.w3Blender.com
    For any questions and support please visit www.w3blender.com.
*/
.bgstretcher-area {
  text-align: left;
}
.bgstretcher {
  background: black;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 1;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher li {
  left: 0;
  top: 0;
}
.bgstretcher ul,
.bgstretcher li {
  position: absolute;
}
.bgstretcher ul,
.bgstretcher li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*  Compatibility with old browsers  */
.bgstretcher {
  _position: absolute;
}
