* {
	padding: 0;
	border: 0;
	margin:0;
}
.hidden {
	display: none;
}
html, body {
	width:100%;
	height:100%;
	text-align: center;
	
}
#flashcontent {
	height:100%;
	width:100%;
}
#kontener {
	position:absolute;
	width:450px;
	height:300px;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-225px;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#logo {
	position:relative;
	width:450px;
	height:150px;
	
}
#kontener p{
display:block;
width:450px;
margin-top:20px;

color:#ffffff;
}
#kontener a{
color:#ffffff;





}