@charset "utf-8";

/* CSS Document */

html {
height:100%;
/*overflow:hidden;*/
}

body {

font:12px Arial, Helvetica, sans-serif;
height:100%;
background:#000;
color:#E9E9E9;
margin: 0;
padding: 0;
text-align: center;
}


	#flashcontent {
		/*border: solid 1px #000;
		float: left;
		margin: 15px 20px;
		text-align:left;*/
		width: 900px;
		height: 560px;
		margin: 0 auto;
		/*height: 100%;*/
	}
	
	a{color:#990000; text-decoration:none;}
	a:hover{text-decoration:underline;}
