/* == Rozměry a centrování stránky == */


body {
	background-color: white;
	color: #000000;
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	margin-top: 0px;
	text-align: center;
}

div {
	text-align: left;
}

#page {
	width: 529px;
	margin: 0px auto 0;
	background-color: white;
	border: 0px solid #92CD3F; 
/*	text-align: center;*/
	position: relative;
}

#sasko {
	border: 0px; 
	background-image: url(obrazky/homepage/sasko-maly.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 529px;
	height: 449px;
	margin-top: 0px;
}

#nit {
	border-bottom: 0px; 
	background-image: url(obrazky/homepage/nit02.gif);
	background-repeat: no-repeat;
	width: 529px;
	height: 150px;
	margin-top: 0px;
}

#slon {
	border-bottom: 0px; 
	background-position: center;
	background-image: url(obrazky/homepage/slon02.gif);
	background-repeat: no-repeat;
	width: 529px;
	height: 161px;
}

#prelet {
	border: 0px; 
	background-image: url(obrazky/homepage/prelet02.gif);
	background-repeat: no-repeat;
	width: 529px;
	height: 132px;
	margin-top: 0px;
}

#datum {
	border-bottom: 0px; 
	background-image: url(obrazky/homepage/datum200802.gif);
	background-repeat: no-repeat;
	width: 596px;
	height: 37px;
	margin-top: 70px;
	margin-bottom: 10px;
}


