body {
	margin:0px;
	background: #E8F2E0;
	font: 11px Arial, Helvetica, sans-serif;
	color:#000;
}
.splash {
	position:absolute;
	width:342px;
	height:586px;
	left:50%;
	top:50%;
	margin-left:-171px;
	margin-top:-323px;
}

.splash a{
	position:absolute;
	width: 171px; 
	height: 586px; 
	left:0;
	top:0;
	background-image:url(czolowa.png);
	background-position:left;
}
.splash a:hover{
	background-position:-342px 0;
}
.splash a#prawy{
	position:absolute;
	width: 171px; 
	height: 586px; 
	left:171px;
	top:0;
	background-position:-171px 0;
}
.splash a#prawy:hover{
	background-position:-513px 0;
}

#dolnypas{
	width:100%;
	position:absolute;
	bottom:0px;
	height:40px;
	padding:10px 0;
	background: #C4CCBD url(dolny_cien.png) repeat-x;
}

p {margin:6px 10px; padding:0;}

a.ampo {
	height: 15px;
	position:absolute;
	right:5px;
	bottom:65px;
	background-image:url(ampo_gray.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:12px;
	color:#AA9999;
	padding-right: 55px;
}
a:hover.ampo {
	background-position:bottom right;
	color:gray;
}
