/* CSS Document */
#splashScreenOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 1000;
}
#splashScreenContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	/*overflow: hidden;*/
	z-index: 1001;
}
#splashScreenDocument {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
	/*width: 100%;*/
	/*height: 100%;*/
	border: none;
}
