html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #5E91CC;
	border: 0px;
}
#telo {
	width: 800px;
	height: 596px;
	margin: 10px auto auto;
	background: White url(images/pozadie_01.gif) no-repeat;
}
#telo_vlavo {
	width: 800px;
	height: 596px;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/pozadie_02.gif) no-repeat left;
}
#telo_vpravo {
	width: 800px;
	height: 596px;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/pozadie_04.gif) no-repeat right;
}
#telo_dole {
	width: 800px;
	height: 596px;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/pozadie_05.gif) no-repeat bottom;
	text-align: center;
}
