/* CSS Document */
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		z-index:0;
		position:relative;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color:#ffffff;
		font-family:sans-serif;
		font-size:40;
	}

	a {	
		color:#cccccc;
	}
	
	#navi {
		position: absolute;
		bottom: 20px;
		right: 20px;
		z-index:20;
		font-size: 14px;		
	}
	
	#navi a {
		font-size: 14px;
		text-decoration: none;
	}
	
	#logo {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index:20;
		font-size: 14px;		
	}	
	
.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
	background-color:#F2F2F2;
	
}	

#yuiBox {
	border: none;
}

#yuiBox .bd {
	width: 540px;
}
	
body#thickbox {
	overflow: auto;
	font-size: 11px;
	background-color: #F2F2F2;
	/* width: 540px;*/
}

body#thickbox h3{
	font-size: 14px;
	color: #666666;
}		

body#thickbox p{
	font-size: 11px;
	color: #666666;	
}	

#yuiBox .bd #footer {
	background-image:none;
	clear:both;
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
	height: 10px;
}

#yuiBox .bd #footer a{
	font-size: 11px;
	color: #666666;	
	float: right;
	}


