

/* @group General */
body{
	margin: 0;
	padding: 0;
	background-color: black;
	width: 100%;
	height:100%;
	color:white;
}


/* @end */

/* @group Layout */

#flashholder{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

/* @end */

