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

html {
	height:100%;
	}
	
body {
	position:absolute;
	background-color:#4c4a44;
	width:100%;
	min-width:1003px;
	height:100%;
	margin:0px;
	color:#e3decf;
	font-family:arial,sylfaen;
	font-size:10pt;
	text-align:center;
	}