html,body {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #5B72B6;
	height: 100%;
	color: #FFFFFF;
}

p { /*display:none;*/
	
}

a {
	color: #FCF08B;
}

#flashcontent
{
	 position: absolute;
	 height: 100%;
	 width: 100%;
	 text-align: center;
}

#container {
	height: 685px;
	width: 1024px;
	position: absolute;
	
	margin-left: -512px;
	left: 50%;

	margin-top: -342px;	
	top: 50%;	
}

#container #div_noFlashDetected {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	top: 20%;
	font-family: Arial, Verdana, Times;
	font-size: 12px;
	font-weight: normal;
}

#container #div_noFlashDetected #div_text {
	width: 800px;
	height: 170px;
}

#container #div_noFlashDetected #div_text #_de {
	position: absolute;
	left: 70px;
	width: 300px;
	margin-left: 0px;
}

#container #div_noFlashDetected #div_text #_en {
	position: absolute;
	left: 65%;
	width: 300px;
	margin-left: -70px;
}
#flashLogo
{
	position: absolute;
	left: 355px;
	top: 240px;
}

.logoContainer {
	width: 129px;
	height: 95px;
	margin: 0 auto;
}

img {
	border: none;
}
