html{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	background-attachment:fixed;
}
body {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin:0;
	padding: 0px 0px 1px 0px;
	border:0;
	background-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	background: #dcdcdc url(../images/page-bg.gif) top left repeat-x;
}

