@charset "ISO-8859-1";
/* CSS Document */

html{overflow:hidden;}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	}
#flashcontent{
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	position:absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
	margin: -250px 0 0 -400px;
}
