html, body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	margin: 0px;
	padding: 0px;
	background: #18417f url(gfx/bg1.png) 0 0 repeat-x;
	}

#bg2 {
	position:absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	background: #031632 url(gfx/bg2.png) 0 0 repeat-x;
	}

#pierwsza {
	position:absolute;
	left:50%;
	top:50%;
	width:698px;
	height: 268px;
	margin-left:-349px;
	margin-top:-134px;
	padding: 0px;
	background: url(gfx/pierwsza-img.jpg) 0 0 no-repeat;
}

#pierwsza ul {
	float: left;
	padding: 0; margin: 0;
	width: 100%;
	}

#pierwsza ul li {
	padding: 0; margin: 0;
	list-style-type: none;
	}

#pierwsza ul li a{
	display: block;
	padding: 0; margin: 12px 0 0 0;
	width: 340px;
	height: 256px;
	font-size: 0;
	text-indent: -9999px;
	}

.left { float: left; }
.right {	float: right; }

img {
	border: 0px;
	}

