body{
	visibility:hidden;
	overflow: visible;
}

#auroraOverlay{
	/*Using RGBA to Prevent the CSS Opacity Inheritance from Parent to Child Elements*/
	background: rgba(0, 0, 0, 1); /* R, G, B, A */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000); /* AA, RR, GG, BB */
	background: none\9;
	color:#fff;
}

#auroraOverlayContent {
	background: none;
}