﻿body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #808080;
	background-color: #FFFFFF;
}

a {
	color: #808080;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}

h1 {
	color: #000000;
}

#centered{
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 328px;
	height: 164px;
	margin-left: -164px;
	margin-top: -82px;
} 

#imprint{
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: center;
	height: 120px;
	width: 100%;
	background-image: url('images/background_bottom.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#imprintbody {
	position: absolute;
	left: 50%;
	width: 640px;
	margin-left: -320px;
}

.invite {
	font-size: 18pt;
}