/* DER PRANKE http://www.derpranke.de
-----------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

body {
	border: none;
	padding: 0;
	margin: 0;
	font-family: Lucida, "Lucida Grande", Verdana, sans-serif;
	font-size: 0.9em;
}

#flashcontent {
	width: 800px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -250px;
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a:hover {
	color: #e5037f;
}

#text {
margin-top: 200px;
}