html, body {
	padding: 0px;
	border: 0px;
	margin: 0px;
	background: #fff;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}
p {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
	#wrapper_outer {
		height: 100%;
		position: relative;
	}
		#informacja {
			position: absolute;
			top: 145px;
			left: 50%;
			margin-left: -350px;
			width: 195px;
			overflow: hidden;
			line-height: 200%;
			z-index: 90;
		}
			#informacja span {
				font-weight: bold;
				color: #dd0000;
			}
		#przyjecia {
			position: absolute;
			top: 125px;
			left: 50%;
			margin-left: 200px;
			width: 195px;
			overflow: hidden;
			line-height: 18px;
			z-index: 90;
		}
			#przyjecia span {
				display: block;
				width: 45px;
				text-align: right;
				margin-right: 10px;
				float: left;
				color: #dd0000;
			}
		.stopka {
			position: absolute;
			top: 515px;
			z-index: 100;
			width: 350px;
		}
			.stopka p {
				font-size: 9px;
				line-height: 150%;
			}
				.stopka p span {
					color: #dd0000;
				}
		#_lewa.stopka {
			left: 50%;
			margin-left: -350px;
		}
		#_prawa.stopka {
			left: 50%;
			text-align: right;
		}
			#_prawa.stopka a {
				text-decoration: none;
				color: #dd0000 !important;
			}
		a#logo {
			position: absolute;
			width: 175px;
			height: 51px;
			left: 50%;
			top: 30px;
			margin-left: -350px;
			background: url('img/logo.gif') no-repeat;
			display: block;
			z-index: 100;
		}
		#slogan {
			position: absolute;
			top: 45px;
			left: 50%;
			margin-left: 190px;
		}
		#tlo {
			position: absolute;
			height: 450px;
			width: 100%;
			background: #e8e8e8;
			top: 110px;
			left: 0px;
			z-index: 10;
		}
		#de {
			position: absolute;
			width: 400px;
			height: 550px;
			left: 50%;
			top: 0px;
			margin-left: -200px;
			background: url('img/bg.png') no-repeat;
			z-index: 30;
		}
		.flag {
			position: absolute;
			width: 50%;
			height: 230px;
			top: 270px;
			z-index: 20;
		}
			#lewa.flag {
				background: url('img/flag_left.gif') repeat-x;
				left: 0%;
			}
			#prawa.flag {
				background: url('img/flag_right.gif') repeat-x;
				left: 50%;
			}