@charset "utf-8";
/* CSS Document */

html, body, #wrapper{
	height: 100%;
	width: 100%;


	min-height: 768px;
	height: expression(document.getDocumentElement.offsetHeight < 768) ? "768px" : "100%";

	min-width: 980px;
	height: expression(document.getDocumentElement.offsetWidth < 980) ? "980px" : "100%";

}

body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#flashcontent{
	height: 100%;
	min-height: 768px;
}

object{
	display: block;
}
