* {
	padding: 0;
	border: 0;
	margin:0;
}
.hidden {
	display: none;


}

html, body {
	width:100%;
	height:100%;
	text-align: center;
	background: url(../img/bg.gif) 0 0 repeat;
}
#flashcontent {
	height:100%;
	width:100%;
}
#kontener {
	position:absolute;
	width:530px;
	height:300px;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-265px;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	
	
}
#logo {
	position:relative;
	width:450px;
	height:150px;
	margin-left:40px;
	background:url(../img/logo.gif) 0 0 no-repeat;
}
#kontener p{
display:block;
width:530px;
margin-top:20px;
color:#999999;
border-bottom-width:1px;
border-bottom-color:#FFFFFF;
border-bottom-style:dotted;
border-spacing:4px;
}
#kontener a{
color:#0099FF;





}
