#splash {
	/* index introduction */
	position: absolute;
	z-index: 9991;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align:center;
	display:none;
	color:#FFF;
	}
#splash img{
	/*margin-top:100px;*/
	}
div#btCloseSplash{
	clear:both;
	margin:20px auto;
	/*border:1px solid #333;*/
	padding:4px;
	width:80px;
	cursor: pointer;
	}
.holder{
	background-color: #000;
	margin-top:20px;
	height:1100px;
}