html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #808080;
	height: 100%;
}
img {
	border: 0px;
}
#page {
	width: auto;
	height: 100%;
	background: url(images/page_bg.png) repeat-y center;
}
#header {
	height: 317px;
	background: url(images/header_bg.jpg) no-repeat bottom center;
}
	#menu {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#menu li a {
		position: absolute;
		top: 258px;
		left: 50%;
		display: block;
		width: 50px;
		height: 34px;
	}
	#menu li a span {
		display: none;
	}
#main_bg {
	background: url(images/main_bg.png) repeat-y center;
}
#main_container {
	width: 900px;
	position: relative;
	left: 50%;
	margin: 0px -450px;
	font-size: 11px;
}
#main {
	float: left;
	width: 650px;
}
	#main h1 {
		font-size: 18px;
		color: #e77817;
		margin: 16px 0px;
	}
	#main h2, #main h3, #main h4, #main h5, #main h6, #main h7 {
		color: #e77817;
	}
	#main a {
		color: #000000;
	}
	#obsah td {
		padding: 1px 3px;
		font-size: 11px;
	}

#news {
	float: right;
	width: 190px;
	color: #858585;
}
	#news h2 {
		font-size: 18px;
		color: #e77817;
		margin: 17px 0px 8px 0px;
	}
#clear {
	clear: both;
	font-size: 1px;
	width: 899px;
	height: 1px;
}
#footer {
	height: 56px;
	background: url(images/footer_bg.png) no-repeat top center;
	clear: both;
}
#footer p{
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -430px;
	padding: 16px 0px 0px 0px;
	color: #404040;
	font-size: 12px;
}
* html #footer p{ 
	margin: 0px 0px 0px 50%;
	left: -430px;
}
#footer a {
	color: #404040;
}
