/* CSS Document */
	body {
		background-color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
	}
	a:link, a:visited {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 9px;
	}
	a:hover {
		color: #CC0000;
		text-decoration:none;
	}
	div.container {
		position: relative;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		width: 800px;
		height: 650px;
		top:0px;
		margin-top: 0px;
	}		
	#flashcontent {
		position: absolute;
		width: 800px;
		height: 650px;
		top:0px;
		left:0px;
		background-color:#000000;
		text-align: center;
		font-size: 18px;
		color: #FFFFFF;
	}
	div.Logo {
		position:absolute;
		top:113px;
		height:73px;
		left: 197px;	
	}
	div.textnotice {
		position:absolute;
		top:286px;
		height:48px;
		left: 52px;
		width: 694px;
	}	
	div.bypass {
		position:absolute;
		top: 628px;
		left:330px;
		height:19px;
		width:131px;
	}
	div.flashlogo {
		position:absolute;
		top: 384px;
		left:341px;
		height:31px;
		width:88px;
	}	
	div.copyright {
		position: absolute;
		width: 511px;
		height: 15px;
		top:652px;
		left:290px;
		text-align: right;
		font-size: 10px;
		color: #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	div.counter {
	position: absolute;
	width: 150px;
	height: 25px;
	top:653px;
	left:8px;
	text-align: left;
	font-size: 16px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}	

