html, body {
	margin: 0;
	padding: 0;
	background-color: #535D63;
}
body {
	color: #000;
	background: url(images/w2.jpg) center top repeat-y;
}
div.glowne 	{
	position: relative;  
	z-index: 2;
	width: 766px;
	height: 750px;
	
	margin: auto;
	text-align:center;
	font-size: 12px;
	color:#4682B4;
	font-family:sans-serif;
	background-color:#535D63;
	border-left: 2px solid #883421;
	border-right: 2px solid #883421;
	border-bottom: 2px solid #883421;

}
span.grube{
	color:#ff0000;
	font-weight:bold;
	font-size: 13px;
}
div.ukryty{
	position: absolute;
	top:-300px;
	width: 766px;
	height: 300px;
	margin: auto;
	z-index: 1;
	color:#000000;
	font-family:sans-serif;
	font-size: 1px;
	text-align: justify;
	background-color: #535D63;

}
div.stat{
background-color: #535D63;
width: 766px;
text-align:center;
position: relative;
margin: auto;
padding-top:10px;
}

