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