body {
 background: #004520;
 color: white;
 font-family: Arial, sans-serif;
}

#main {
	text-align: center;
	width: 780px;
	margin: 15px auto 0 auto;
}

h1 {
	margin-top: 30px;
}

#guidepost {
	width: 780px;
	height: 360px;
	clear: both;
	margin-top: -30px;
}

.rynecek {
	float: left;
}

.zahrmesto {
	float: right;
}

#main a img {
	border-width: 0px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #7a8f02;
	position: relative;
	top: -10px;
}

#footer a {
	color: #7a8f02;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


