html{
	height: 100%;
}

body{
	margin:0;
	height: 100%;
	background: url(../images/bg.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.flexBackground{
	position : fixed;
	height : 100%;
	width : 100%;
	top : 0;
	left : 0;	
	z-index : -1;
	
/*	background: url(../images/pointsred.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	z-index : -1;*/
}

@media screen and (max-width: 992px) {
	body{
		background: url(../images/bg.jpg) no-repeat top center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	
	}
}


.flexBackground canvas{
	position : relative;
}