body {
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#container {
	width:800px;
	height:100%;
	margin:auto;
}
#header {
	background: url(/img/celtic.jpg) no-repeat top center;
	height: 150px;
	width:100%;
}
    
#haupt {
	min-height:500px;
	color:maroon;
	text-align:center;
	width:100%;
}
    
h1, h2 {
	color: maroon;
	text-align: center;
}
a {
color: #333;
text-decoration: none;
}
a:visited {
color: #008000;
}
a:hover {
color: #800000;
}
a:active {color: #fff;
}