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

html {
	height:100%;
	}
	
body {
	position:absolute;
	background:url(images/bg.gif) repeat-x center top;
	background-color:#ffffff;
	width:100%;
	min-width:1003px;
	height:100%;
	margin:0px;
	color:#6a6969;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}