@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	color: #ffffff;
	background-color: #101010;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;	
	padding: 0;
	text-align: center;
}

#flashcontent {
	height: 100%;
}