/********** Setting the fonts section ***************/

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

.flexBackground canvas{
	position : relative;
}