@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
	width:100%;
}

body{
	height:100%;
	width:100%;
	background:#000;
}

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

object,embed{
	height:100%;
	width:100%;
}

