/* CSS Document */
	html {
		height: 100%;
		overflow: hidden;
	}
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #151515;
	}
	#flashcontent {
		height: 100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:center;
		color:#666;
	}
	#flashcontent a:link, #flashcontent a:visited {
		color:#333333;
		text-decoration:none;
		font-weight:bold;
	}
	#flashcontent a:hover {
		color:#ff0000;
		text-decoration:none;
		font-weight:bold;
		border: 1px solid #999;
	}