html, body{
	margin:0;
	padding:0;
	background-color:black;
	height:100%;
}

#flashElement{
	margin:0 auto;
	width:900px;
	height:600px;
}

#navigation{
	font-size:18px;
	color:#036690;
	text-align:center;
	font-family:arial;
	
}

#navigation a{
	font-size:14px;
	color:#EA4F00;
	text-decoration:none;
}

#navigation h1{
	display:inline;
	font-size:16px;
}
