/* CSS Document */
HTML {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;

	/* Used for the full screen flash */
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	background-color:#000000;
}
#flashcontent {
	height: 100%;
}