body {
	color: #fff;
	background-color: #000;
	font-family: Arial;
	font-size: 10pt;
}

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -282px;
	width: 565px;
	height: 300px;
	
	
}
#logo {
	width:560px;
	text-align: center;
}
#office {
	background-image: url(../images/enterBg.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 85px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

.mitte {
	text-align: center;
}
a.continue:link, a.continue:visited {
	font-size: 11pt;
	text-decoration: none;
	font-family: Arial;
	border: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}
a.continue:hover {
	font-size: 11pt;
	text-decoration: none;
	font-family: Arial;
	color: #282828;
	background-color: #fff;
}
.imp {
	text-align:center;
	font-size: 7pt;
}
a {
	text-decoration: none;
	font-family: Arial;
	font-size: 7pt;
	color: #fff;
	font-weight: bold;
}
.clear {
	clear: both;
}

