html, body {
	margin: 0;
	padding: 0;
	height:auto;
	background-image: url(images/pozadie1.gif);
	background-repeat: repeat-x 
}
body {
	font: 75% cursive;
	text-align: center
}
div#celok {
	width: 800px;
	height: 600px;
	margin: 0px auto;
	text-align: center;
	background-color: transparent
;
	background-repeat: no-repeat;
}
div#uvod {
	background-image: url(images/test1.JPG);
	background-repeat: no-repeat;
	padding-left:15px;width: 785px;
	height:184px;
  }
div#menu {
	width: 800px;
	height:auto;
	background: transparent;
	text-align: center;
	}
a.tlacitko {
	background-color: transparent;
	font-size: 13px;
	width: auto;
	padding: 2px 10px 2px 10px;
	color: white;
	position:relative;
}
a.tlacitko:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.tlacitko:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.tlacitko:hover {
	text-decoration: none;
	color: black;
	background-color: white;
}
div#obsah {
	text-align: center;
	padding: 5px 10px 0px 5px;
	width:600px;
	height:auto;
	margin:auto;
	margin-top:10px
}
div#spodok {
  Width:800px;
  margin:auto;
	background-color: transparent;
	text-align: center;
	color:black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin-top:10px
}

