﻿html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #339966;
}
.bg_lewy {
	position: absolute;
	background: url('images/intro_03.jpg') repeat-x center;
	left: 0px;
	width: 50%;
	height: 100%;
	z-index: 1;
}
.bg_prawy {
	position: absolute;
	right: 0px;
	background: url('images/intro_07.jpg') repeat-x center;
	width: 50%;
	height: 100%;
	z-index: 1;

}
.wysrodkowanie {
	left: 50%;
	top: 50%;
	width: 865px;
	position: absolute;
	margin: -148px 0 0 -432px;
	z-index: 2;
}

.layout {
	width: 865px;
	height: 285px;
}

.naglowek {
	width: 664px;
	height: 75px;
	float: right;
	background: url('images/intro_05.gif');
	margin: 0 117px 0 84px;
}
.main {
	width: 865px;
	height: 186px;
	float: left;
	background: url('images/intro_09.jpg');
}
.stopka {
	width: 865px;
	height: 32px;
	float: left;
}
.stopka_lewy {
	width: 300px;
	height: 34px;
	float: left;
}
#stopka_flagi {
	width: 274x;
	height: 28px;
	float: left;
	margin: 6px 0 0 0;
	text-align: center;
}
#stopka_flagi img {
	margin: 0 20px 0 0;
	width: 46px;
	height 28px;
	border: 0;
}
#przekierowanie {
	float: right;
	position: absolute;
	bottom: 0px;
}

