html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #2F2F2F;
}

#center ul {
	background: url(images/startseite.jpg) no-repeat;
	height: 342px;
	width: 644px;
}

#center ul li {
	list-style: none;
	position: absolute;
	width: 240px;
}

#center ul li a {
	display: block;
	height: 45px;
	outline: none;
}

#center ul li a span {
	display: none;
}

#margin {
	float: left;
	height: 50%;
	margin-bottom: -171px;
	width: 1px;
}

#center {
	clear: left;
	height: 342px;
	margin: auto;
	position: relative;
	width: 644px;
}

#de {
	left: 20px;
	top: 20px;
}

#en {
	left: 80px;
	top: 70px;
}

#de2 {
	left: 30px;
	top: 120px;
}

#fr {
	left: 80px;
	top: 170px;
}

#it {
	left: 20px;
	top: 215px;
}

#es {
	left: 90px;
	top: 265px;
}