html, body {
	height: 100%;
  margin: 0;
	padding: 0;
}

#main {
  margin: 0 auto;
 	width: 960px;
	text-align: left;
 	background: url("../grafika/pruhdolni.gif") repeat-y;
	min-height: 100%;
	height: 100%;
	position: relative;
	top: 0px;
}

body>#main {
 	height: auto;
}

#head {
	background: url("../grafika/zahlavi.jpg") no-repeat;
	height: 195px;
	position: relative;
	left: 105px;
}

#head2 {
	background: url("../grafika/pruhhorni.gif") no-repeat;
	height: 148px;
	position: relative;
	left: 105px;
}

#footer {
	width: 750px;
 	height: 16px;
	
	position: absolute;
	bottom: 0;
	left: 105px;
	background: #facf00 url("../grafika/zapati.gif") no-repeat;
	text-align: center;
	clear:both;
}

#text {
  position: relative;
 	padding: 5px 120px 0px 127px;
 	margin-top: -148px;
}

#nadfooter {
  position: absolute;
  top: -52px;
  left: 22px;
}

.podmenu {
  padding-left: 20px;
  font-size: 12px;
  color: #666666;
}