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; padding:0; overflow:none; background-color: #990000; }
html, body, div { height: 100%; width:100%; margin:0; padding:0;  }
#flashcontent {
	background-color: #990000;
	text-align: center;
}

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

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