@charset "utf-8";
/* CSS Document */
	body {
		background-color: #D9D6CF;
		margin: 0;
		padding: 0;
		height: 100%;
		/* *** for NN6 *** */
		min-width: 600px;
		min-height:450px;
		/* IE Dynamic Expression to set the width IE5.x */
		_width:expression(document.body.clientWidth < 600 ? "600px" : "100%" );
		_height:expression(document.body.clientHeight < 450 ? "450px" : "100%" );
		/* hack */
		voice-family: "\"}\""; voice-family: inherit;
		/* IE Dynamic Expression to set the width IE6 */
		_width:expression(document.body.parentElement.clientWidth < 600 ? "600px" : "100%" );
		_height:expression(document.body.parentElement.clientHeight < 450 ? "450px" : "100%" );
	}
	html {
		height: 100%;
		
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	div.log{
		margin: 0px;
		padding: 0px;
		display: none;
	}
	
