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

html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff;
	font-size: 12px;
	}
	a {
	color: #B1B1B1;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #DC6504;
	text-decoration: none;
	font-size: 12px;
}