@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	}
	
body {
	position:absolute;
	background:#8f96a5;
	width:100%;
	min-width:1003px;
	height:100%;
	margin:0px;
	color:#dddddd;
	font-family:sylfaen;
	font-size:10pt;
	text-align:center;
	}