#top {
	position: relative;
	width: 918px;
	float: left;
}
#logo  {
	float: left;
	height: 92px;
	width: 92px;
	position: relative;
}
#banner_top {
	height: 307px;
	width: 918px;
	float: left;
	position: relative;
}
#angielska_wersja a {
	float: right;
	position: absolute;
	left: 817px;
	top: 72px;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/en_flaga.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100px;
	text-decoration: none;
	color: #666666;
}
#angielska_wersja a:hover {
	text-decoration: underline;
	color: #333333;
}


#polska_wersja a {
	float: right;
	position: absolute;
	left: 817px;
	top: 74px;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/pl_flaga.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100px;
	text-decoration: none;
	color: #666666;
}
#polska_wersja a:hover {
	text-decoration: underline;
	color: #333333;
}
