html {
	height: 100%;
	font-size: 100%;
	overflow-x:auto;
	overflow-y:scroll;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-size: 76%;
	font-family: "Courier New",Arial, Verdana, sans-serif;
}
a {
	color: #666;
	text-decoration: underline;
}
h2 {
	margin-top: 2em;
}
#flashcontent {
	height:750px;
}