@charset "utf-8";
/* CSS Document */


	body {
		margin: 0;
		padding: 0;
		height: 100%;
		/* NN6 */
		min-width: 650px;
		min-height:300px;
		/* IE5.x */
		_width:expression(document.body.clientWidth < 650 ? "650px" : "100%" );
		_height:expression(document.body.clientHeight < 300 ? "300px" : "100%" );
		/* hack */
		voice-family: "\"}\""; voice-family: inherit;
		/* IE6 */
		_width:expression(document.body.parentElement.clientWidth < 650 ? "650px" : "100%" );
		_height:expression(document.body.parentElement.clientHeight < 300 ? "300px" : "100%" );
	}
	html {
		height: 100%;
		
	}