#loader-overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	display: none;
}

#whirlyGig  {
	position: fixed;
	background: white;
	padding: 40px;
	text-align: center;
	z-index: 101;
	width: 350px;
	height: 120px;
	border: 5px solid #60017F;
}
