html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(pic/hg_html.gif);
	background-repeat: repeat-x;
	background-color: #585858;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	background-image: url(pic/hg_body_start.gif);
	background-position: center center;
	background-repeat: repeat-y;
}

#logo {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 940px;
	height: 158px;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	margin-left: -490px;
	background-image: url(pic/kopf_start.gif);
	background-repeat: no-repeat;
}

#night {
	position: absolute;
	top: 158px;
	left: 50%;
	width: 490px;
	height: 408px;
	margin: 0px;
	padding: 0px;
	margin-left: -490px;
}

#event {
	position: absolute;
	top: 158px;
	left: 50%;
	width: 490px;
	height: 408px;
	margin: 0px;
	padding: 0px;
}