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