html{
#overflow:hidden;
}

BODY, TD, h1 {
	font-family : Arial;
	font-size :8px;
	overflow:hidden;
	background-color: #000;
	
}
.logo{
	position:absolute;
	width: 557px;
	height: 178px;
	left:50%;
	margin-left:-278px;
	top:50%;
	margin-top:-89px;
	background:url(gfx/zdzienicki_logo.jpg);
	color:white;
}

#hiddenDiv{
position:absolute;
bottom:-30%;
color:#999;
left:5%;
padding-top:2%;
text-align:justify;
}

a#stad{
	position:absolute;
	width:155px;
	height:47px;
	bottom:0px;
	left:113px;
	background:url(gfx/btn_stad.gif);
}
a:hover#stad{background:url(gfx/btn_stad_a.gif)}

a#pl{
	position:absolute;
	width:155px;
	height:23px;
	bottom:24px;
	right:112px;
	background:url(gfx/btn_pl.gif);
}

a:hover#pl{background:url(gfx/btn_pl_a.gif)}

a#en{
	position:absolute;
	width:155px;
	height:23px;
	bottom:0px;
	right:112px;
	background:url(gfx/btn_en.gif);
}
a:hover#en{background:url(gfx/btn_en_a.gif)}