body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #828282;
}
#logobox {
	position: fixed;
	top: 20px;
	left: 500px;
}
#illubox {
	position: fixed;
	//position: absolute;
	top: 0px;
	left: 0px;
}
#bg {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/dots.gif);
	z-index: 2;
}

#txt {
	position: absolute;
	top: 340px;
	left: 60px;
	width: 420px;
	height: auto;
	z-index: 3;
	background-color: white;
}
#txtfall {
	position: absolute;
	top: 340px;
	left: 180px;
	width: 480px;
	height: auto;
		z-index: 3;
}
#scroller {
	position: absolute;
	width: 100%;
	height:100%;
	min-width: 1000px;
	min-height: 760px;
	z-index: 100;
}
/*--- FONT STYLES---*/

h1 {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 40px;
	color: #CC0000;
}
h2 {
	font-size: 18px;
	letter-spacing: -1px;
	background-color: white;
  margin: 20px 0px 0px 0px;
	
}
p {
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 14px;
	text-indent: 20px;
	background-color: white;
}
.noind {
	text-indent: 0px;
	
}
.ph3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.ph4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
a {
	color: #CC0000;
	text-decoration: underline;
	
}
a:hover {
	color: white;
	background-color: #CC0000;
	text-decoration: none;
}
.hoch {
	font-size: 10px;
	font-weight: bold;
	margin-top: 100px;
	margin-bottom: 100px;
	
}
.impo {color: #CC0000;}
