html, body, dl, dt, dd, table, th, td, form, fieldset, p { margin: 0; padding: 0; }
img, fieldset, object { border: 0; }

body{ height: 100%; width:100%; margin:0; overflow:auto; background-color: #000000; }

#flashcontent {
	background-color: #0f0f0f;
	text-align: center;
}

div.minimum_size {
	/* for mozilla */
	min-width: 967px;
	min-height: 597px;
	width: 100%;
	height: 100%;

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