body {
	background-image: url(/images/hinter2.JPG);
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
	background-color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100.01%;
	color: #cc9900;
}
a {
	text-decoration: underline;
}
a:link {
	color: #CC9900;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #CC9900;
}
a:active {
	color: #CC9900;
}
a:focus {
	color: #CC9900;
}
fieldset, img { border: 0; }
#biglink {
	font-size: large;
	font-weight: bold;
	color: #FFF;
}
.container {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 450px;
	width: 660px;
	margin-top: -225px; /*set to a negative number 1/2 of your height*/
	margin-left: -330px; /*set to a negative number 1/2 of your width*/
	background-image: url(/images/hinter2.JPG);
	background-position: center;
	background-repeat: no-repeat;
	background-color:transparent;
}
.footer {
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -330px;
	font-size: small;
	width: 660px;
	text-align: center;
}
.name {
	font-size: 12px;
	text-align: left;
}
.details {
	font-size: 10pt;
	text-align: left;
}
.text {
	font-size: 10pt;
	text-align: justify;
}
