@charset "utf-8";
<!--
body {
	overflow-x:auto;
	overflow-y:auto;
	padding-top: 0;
	margin:0px;
	position:top;
	margin-top:0;
}
* {
	
	height: 100%;
	width: 100%; 
 
	/* for mozilla */
	min-width: 950px;
	min-height: 650px;
 
	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,950) + "px" );
	height: expression( Math.max(document.body.clientHeight,650) + "px" );
}
-->
/* CSS Document */

