@import url("menu.css");
@import url("style.css");
@import url("content.css");
@import url("forms.css");
* {
	font-size: 1em;
	font-family: Helvetica, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #cCcAcC;
	text-decoration: none;
}
body {
	background-color: black;
	height: 100%; /* ie bugfix */
}
div#main {
	width: 928px;
	height: 550px;
	/*border: 1px solid #222;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -275px 0px 0px -464px;
	background-image:url(../img/linienbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#header {
	height: 133px;
	background-image: url(../img/header.jpg);
}
