html {
	height: 100%;
	width: 100%;
}
body{
	background: url(images/bghtml.jpg) no-repeat fixed;
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
	background-color: #EDEAE1;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5F5F5F;
	line-height: 18px;
}

.sTxt {
	position: absolute;
	left: 10px;
	top: 1800px;
	width: 800px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ccccccc;
	padding: 10px;
	margin: 0px;
	}
.sNav {
	position: absolute;
	left: 10px;
	top: 1180px;
	width: 220px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ccccccc;
	padding: 10px;
	margin: 0px;
	float: left;
	}
.sTxt h1 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #ccccccc;
	}
.sTxt h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #ccccccc;
	}

