.main-wrapper.bg-wrapper{
	/*background-image: none !important;*/
	background-color: #002345;
}
#testCanvas{ 
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0; 
}
.main-wrapper .overlay{ 
	background-color: rgba(0,0,0,0.4);
}