#container {
	margin: 0 auto;
	width: 565px;
	background: url(../grafika/middle.jpg);
	background-repeat: repeat-y;
}
#top {
	height: 151px;
	background: url(../grafika/top1.jpg);
	background-repeat: no-repeat;
	padding-left: 1px;
}
#middle {
	background: url(../grafika/top2.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
#bottom {
	background: url(../grafika/bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	font-size: 8pt;
}
.lewa {
	width: 120px;
	float: left;
	
}
.prawa {
	width: 200px;
	float: right;
}
.clear {
	clear: both;
	font-size: 1pt;
}
.zestaw {
	clear: both;
	margin-top: 20px;
}
