body {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.container {
	background-image: url(logo.gif);
	padding: 0px;
	margin: -250px 0 0 -400px;
	position:absolute;	
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
}

.headline {
	height: 280px;
}

p {
	margin: 0;
	padding: 0;
}

.text {
	font-size: 10px;
	padding: 0px;
}

.adress {
	text-align: center;
}


.top {
	height: 450px;
    color: #999999;	
}

a {
	color: #AACF36;
	text-decoration: none;
}

h1 {
	font-size: 10px;
}

