* {
	margin: 0;
	padding: 0;
}

body{
	
	background: #460245 url(img/bg.png) repeat-x;  
	color: #fff;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	padding: 0;
}


#inhalt {
	width: 1144px;
	height: 647px; 
	margin: 0px auto;
}

#logo {
	position: relative;
	left: 0px;
	top:0px;
	width: 850px;
	height: 850px; 
}


#text {
	position: relative;
	left: 340px;
	top:-270px;
	width: 400px;
	text-align: center;

}

#text p{
	padding: 4px 10px;
	color: #fff;
	font-size: 0.9em;
}

#text a{
	text-decoration:none;
	color: #fff;
}
#text a:hover{
	background: #fff;
	color: #ccc;
}
