body {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #e3ebd3;
	background-image: url('gfx/bg.png');
	background-position:0 0;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#flash {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-199px;
	margin-left: -431px;
	padding: 0px;
	z-index: 10;
	visibility: visible;
}

#tecza {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 800px;
	margin-top: -400px;
	margin-left: -503px;
	z-index: 5;
}

#tecza-lewa {
	position: absolute;
	top: 50%;
	right: 49%;
	width: 60%;
	height: 259px;
	margin-top: -38px;
	background-image: url(gfx/tecza-lewa.png);
	background-position: 0 0;
	background-repeat: repeat;
	z-index: 4;
}

#tecza-prawa {
	position: absolute;
	top: 50%;
	left: 49%;
	width:60%;
	height:273px;
	margin-top: -173px;
	background-image: url(gfx/tecza-prawa.png);
	background-position: 0 0;
	background-repeat: repeat;
	z-index: 4;
}
