html, body {
	height: 100%;
}
body {
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana;
	background-color: white;
	color: #000000;
	font-size: 12px;
	text-align: center;
	min-width: 760px;
	line-height: 1.5;
}
#menu {
	background-color: transparent;
	height: 20px;
	border-bottom: 2px;
	border-bottom-color: Black;
	text-align: right;
}
#hlavni {
 	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #b5b5b5;
	color: Black;
	min-height: 100%;
	height: 100%;
	position: relative;
	background-image: url(http://valan.webz.cz/img/notes.gif);
	background-position: left;
	background-repeat: repeat-y;
	letter-spacing: normal;
	}
body>#hlavni {
 	height: auto;
}
#logo {
 	color: #ffffff;
	height: 100px;
	background: white;
}
#obsah {
   height: auto;
	background-color: transparent;
 	padding: 15px 50px 85px 50px;
}
#footer {
	background: #FFFFFF;
   position: center;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}
