
body {
	visibility: hidden;
}

.atmFancyIntroBackground { 
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
	z-index: 16000001 !important;
	background: rgba(255, 255, 255, 1.00);
}

.atmFancyCurtainIntroBackgroundLeft {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 50%;
	z-index: 16000001 !important;
}

.atmFancyCurtainIntroBackgroundRight {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	height: 100% !important;
	width: 50%;
	z-index: 16000001 !important;
}




.atmFancyCurtainIntroBackgroundLeft {
	background: url(../files/droppedimage_leftdrape-404.jpg) right center;
}
.atmFancyCurtainIntroBackgroundRight {
	background: url(../files/droppedimage_rightdrape-404.jpg) left center;
}


.atmFancyCurtainIntroBackgroundLeft,
.atmFancyCurtainIntroBackgroundRight {
	background-repeat:no-repeat;
	background-size: cover;
}





.atmFancyCurtainIntroShadowLeft {
	-moz-box-shadow: 1px 0px 10px rgba(25, 25, 25, 1.00);
	-webkit-box-shadow: 1px 0px 10px rgba(25, 25, 25, 1.00);
	box-shadow: 1px 0px 10px rgba(25, 25, 25, 1.00);
}

.atmFancyCurtainIntroShadowRight {
	-moz-box-shadow: -1px 0px 10px rgba(25, 25, 25, 1.00);
	-webkit-box-shadow: -1px 0px 10px rgba(25, 25, 25, 1.00);
	box-shadow: -1px 0px 10px rgba(25, 25, 25, 1.00);
}

.atmFancyIntroText {
	position: fixed !important;
	font-size: 55px;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important; 
	height: 100% !important; 
	padding-bottom: 10% !important; 
	color: rgba(255, 255, 255, 1.00);
	letter-spacing: 2px  !important;
	text-shadow: 0px 2px 3px rgba(85, 85, 85, 1.00) !important;
	text-align: center !important;
	line-height: 100% !important;
	display: table !important;
	visibility: hidden;
	z-index: 16000002  !important; 
	font-weight: bold;
	
	zoom: 1;
}

.atmFancyIntroUpperText { 
	display: table-cell; 
	vertical-align: middle;
}

.atmFancyIntroUpperText img {
	display: block;
	margin: 1em auto;
}

.atmFancyIntroTextHolder {
	display: none;
}

@media print {
	.atmFancyIntroBackground,
	.atmFancyCurtainIntroBackgroundLeft,
	.atmFancyCurtainIntroBackgroundRight,
	.atmFancyIntroText {
		display: none !important;
	}
}

