@CHARSET "UTF-8";

html, body {
	margin:0;
	overflow:hidden;
	width:100%;
	height:100%;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	background:#000;
	color:#fff;
}


div#flashcontent {
	width: 100%;
	height: 100%;
}

a {
	color:#fff;
	text-decoration:underline;
}

object { outline:none; }

