/* CSS Document */

html {
  height:100%;
}

body {
	background-color: #dfd7d1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

object {outline:none}

#altContent {
	text-align:center;
}
div.minimum_size {
	/* for mozilla */
	min-width: 995px;
	min-height: 600px;
	width: 100%;
	height: 100%;

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



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

