body.bg, body.bgblurred, body.bgblurreddark, body.bgblur, body.bgblurdark, body.bgblurlight{
	background-size: cover;
	/*background-position: center;*/
	background-attachment: fixed;}
.bgblurred,.bgblurreddark,.bgblurredlight{
	position: relative}
.bgblurred>.bgblur,.bgblurreddark>.bgblurdark,.bgblurredlight>.bgblurlight{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	z-index: -100;
	overflow: hidden;}

/* if this class is assigned then it means that
 * we've transferred the background from the original
 * div and put it in this one */
.bgtransferred{
	z-index: -99;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;}
