@charset "UTF-8";
/* CSS Document */

#splash {
	/* index introduction */
	position: fixed;
	z-index: 9991;
	/*top: 0px;*/
	width: 950px;
	height: 600px;
	background: #FFFFFF;
	padding: 0px 0 0px 0px;
	margain: 0px 0 0px 0;
	}
	
h4 {
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.6em;
	word-spacing: 0.2em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0 0 0;
	line-height: 14pt;
}
	
#splash img{
	margin-top:230px;
	}
	
div#btCloseSplash{
	clear:both;
	margin:10px auto;
	border:1px solid #333;
	padding:4px;
	width:60px;
	cursor: pointer;
	} 