#jsLoader{
	position: 								fixed;
	top: 										0;
	left: 									0;
	right: 									0;
	bottom: 									0;
	z-index: 								9999;
	background-color: 					#FFFFFF;
	color: 									#aaa;
	font-family: 							"Lato", sans-serif;
}
#jsLoader #loading{
	position: 								absolute;
	display: 								block;
	left: 									50%;
	top: 										50%;
	background-color: 					transparent;
	width: 									260px;
	text-align: 							center;
	margin-left: 							-130px;
	margin-top: 							-50px;
	font-size: 								32px;
	height: 									80px;
}
