body
{ 
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../img/TEGEL_c.jpg');
	margin:0px;
	padding:0px;
}

#flashcontent
{
	position:absolute;
	/*
	left:0px;
	top:0px;
	*/
	color:#eee;
	
	background-color:#202020;
	left:50%;
	top:50%;
	width:960px;
	height:660px;
	margin-left:-480px;
	margin-top:-330px;
	/*
	width:100%;
	height:100%;
	*/
}

h1,h2,h3,h4
{
	font-size:60%;
	color:#555;
}

a
{
	color:#eee;	
}

#replace
{
	padding:20px;
	width:350px;
}