body{
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	background: #0b0b0b url("background.gif") no-repeat; 
	color: white;
	font-family: Arial, sans serif;
	font-size: 12px;
}




#logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 800px;
	height: 150px;
}

#contact {
	position: absolute;
	bottom: 60px;
	right: 30px;
	width: 200px;
	height: 170px;
}

#main {
	width: 100%;
	height: 100%;
}

#imprint {
	color: white;
	width: 620px;
	margin: 20px;
}

#imprint_logo {
	color: white;
}

#imprint_back {
	margin: 20px 0px;
	color: white;
	text-align: right;
}

#imprint_back a {
	color: white;
}

a {
	color: white;
}

hr {
	border: none;
	background-color: white;
	height: 1px;
	margin: 20px 0px 20px 0px;
}