	html {
		height: 100%;
		overflow: hidden;
	}
	
	html>body #flashcontent {
		height: 90%;
	}

	body {
		height: 100%;
		margin: 5px;
		padding: 5px;
		background-color: #181818;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}
	
	a {	
		color:#cccccc;
		text-decoration:none;
	}
	#nav{
		font-size:12;
	}