body {  
	background-color: Gray;
	background-image: url(images/pozadi2.jpg);
	background-position: center;
	text-align: center; 
}

#center {
	margin: auto;
	width: 900px;
	height: auto;
	background-position: center;
	background-color: White;
}

#title {
	position: relative;
	width: 900px;
	height: 450px;
	background-image: url(images/titulek.jpg);
	background-repeat: no-repeat;
	background-position: left; 
	background-color: white;
	}
#flash {
	position: relative;
	width: 900px;
	height: 450px;
	}

#leftCol {
	position: relative;
	width: 169px;
	height: 3000px;

	background-color: white;
        border-left: 1px solid darkred;
	float: left;
}


#obsah {
	position: relative;
	width: 545px;
	height: 3000px;
	background-image: url(images/backgroundo.jpg);
	border-left: 2px solid darkred;
	border-right: 2px solid darkred;

	float: right;
}

#rightCol {
	position: relative;
	width: 180px;
	height: 3000px;
	background-color: white;
	border-right: 1px solid darkred;
	float: right;
	text-align: center;
}
#menutitle{
	background-image: url(images/menutitle.png);
	background-color: darkred;
	background-repeat: no-repeat;
	color: white;
	width: 169px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	
}
#menutitle2{
	background-image: url(images/menutitle.png);
	background-color: darkred;
	background-repeat: no-repeat;
	color: white;
	width: 169px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	
}
#down {
	position: relative;
	width: 900px;
	height: 50px;

	background-color: darkred;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: White;
	clear: both;
}
