* {
	padding: 0;
	border: 0;
	margin:0;
}
.hidden {
	display: none;
}
html, body {
	width:100%;
	height:100%;
	text-align: center;
	background:  #222222 url(../img/bg.png) 0 center repeat-x;
}

a:hover {text-decoration: underline overline; color: #ff0000;}


#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;
	background:url(../img/logo.jpg) 0 0 no-repeat;
}
#kontener p{
display:block;
width:450px;
margin-top:20px;

color:#999999;
}
#kontener a{
color:#ff0000;





}


