/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#flashcontent {
	text-align:center;
}
div.minimum_size {
	/* for mozilla */
	min-width: 995px;
	min-height: 575px;
	width: 100%;
	height: 100%;

	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,995) + "px" );
	height: expression( Math.max(document.body.clientHeight,575) + "px" );	
	
}

div.swfcontainer {
	width: 100%;
	height: 100%	
}
