#splash {
	/* index introduction */
	position: absolute;
	z-index: 9991;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	text-align:center;
	display:none;
		background-color:#000099;
	padding-top:20px;
	}
#splash img{
	margin-top:50px;
	}
div#btCloseSplash{
	clear:both;
	width:260px;
	cursor: pointer;
	}