@charset "UTF-8";
html
{
	height:100%;
	overflow:auto;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fafafa;
}

#flashContent {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

/* Firefox 3.6 2010.2.8*/
object{outline:none;}
	
