/* CSS Document */


*{
	margin:0;
	padding:0;
}

html{
	height:100%;
	position:relative;
}

body{
	text-align:center;
	background:#292323;
	height:100%;
	position:relative;
	overflow:hidden;
}

#flashcontent{
	text-align:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
