body {
  border: 0px;
  padding: 0px;
  margin: 0px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center; /* Kvùli IE 6.0 */
	background: url(design/bg-body.jpg) fixed;
}
a, a:link, a:visited {
	color: blue;
	font-weight: normal;
}
a:hover {
	color: fuchsia;
  font-weight: normal;
}
#kontejner {
	position: relative;
	width: 900px;
	min-width: 900px;
	margin: 0px auto 0px auto;
	text-align: justify;
	background-color: white;
	color: black;
}
#zahlavi {
	width: 900px;
	height: 150px;
	background: url(design/bg-top.jpg) no-repeat;
}
#datum {
	font-weight: bold;
	background-color: transparent;
	margin-left: 725px;
	margin-right: 10px;
	text-align: center;
	color: White;
  padding-top: 1px;
}
#navigace {
	float: left;
	width: 220px;
}
#obsah {
	float: left;
	width: 505px;
	text-align: justify;
	padding: 0px 10px;
}
#right {
	float: right;
	width: 140px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
}
#zapati {
	clear: both;
	width: 900px;
	height: 60px;
	background: url(design/linka.jpg) repeat-x top;
	padding-top: 30px;
}
#valid {
	float: left;
	position: absolute;
	margin-left: 20px;
   margin-top: 10px;
}
#footer {
	clear: both;
	width: 900px;
	height: 60px;
	background: url(design/bg-body.jpg) fixed;
	font-weight: bold;
	text-align: center;
}

