@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
}

#flash_container{
	width:690px;
	height:360px;
	margin-top:150px;
	margin-left:auto;
	margin-right:auto;
}

#flash{
	width:690px;
	height:360px;
	margin:auto;
}

#button{
	text-align:center;
}

#button a{
	font-size:16px;
	font-weight:bold;
	color:#ccc;
}

#button a:hover{
	color:#fff;	
}

#copyright{
	text-align:center;
	margin:auto;
	color:#999;
	font-size:12px;
	padding-top:5px;
}

#support{
	color:#999;
	font-size:12px;
	margin-top:10px;
}

#support a{
	color:#999;
	font-size:12px;
	text-decoration:none;
}

#support a:hover{
	color:#ccc;
	text-decoration:underline;
}