html {
	height: 100%;
	font-size: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #000000;
	font-size: 76%;
	font-family: "Courier New", Arial, Verdana, sans-serif;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	color: #666;
	text-decoration: underline;
}
h2 {
	margin-top: 2em;
}
#flashcontent {
	overflow: hidden;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#noflash {
	margin: 20px;
}
