/* CSS Document */
* {
	margin:0;
	padding:0
}
/* mac hide \*/
html, body {
	height:100%;
	width:100%;
}
/* end hide */
body {
	text-align:left;
	/*min-height:550px; min-width:900px;for good browsers*/
background-color: #745e57;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 10px;
}
#srodek {
	/*background-color:#339966;
*/	width: 950px;
	height: 600px;
	padding: 0px;
	clear: both;
	float: none;
	text-align: center;
	vertical-align: middle;
	line-height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -300px;
}
.stopka {
	font-size:9px;
	clear: both;
	color: #A3987E;
	width: 950px;
	height: 20px;
	padding: 20px 0px 0px;
	clear:both;
	float: none;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -60px;
}
.stopka_napis, a.stopka_napis:visited {
	font-size:9px;
	color: #A3987E;
	text-decoration: none;
}
a.stopka_napis:hover, a.stopka_napis:active {
	color: #000000;
}

