@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	font-size: 100%;
	overflow:auto;
	
	

}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-size: 76%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}
a {
	color: #666;
	text-decoration: underline;
}
h2 {
	margin-top: 2em;
}
#flashcontent {
	overflow: hidden;
}
#noflash {
	margin: 20px;
}

