body {
	background-color: #000000;
}
div {
	text-align: center;
	z-index: 3;
}
#obr {
	position: absolute;
	z-index: 4;
	right: -512px;
	overflow: visible;
	top: -384px;
}


#titul_max {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 1;
	position: absolute;
	width: 1024px;
	top: 4px;
}

#titul_cerne_max {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	z-index: 1;
	position: absolute;
	width: 1024px;
	background-color: #CCCCCC;
}

#podtitul_max {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	z-index: 2;
	position: absolute;
	width: 1024px;
	top: 25px;
}

#podtitul_cerne_max {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	z-index: 2;
	position: absolute;
	width: 1024px;
	top: 21px;
	background-color: #CCCCCC;
}

#centr {
	position:absolute;
	left:50%;
	width:1px;
	z-index:5;
	background-color: #000000;
	top: 50%;
	right: 50px;
	bottom: 50px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	bottom: 5px;
	width: 1024px;
}

#copyright_cerne {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	position: absolute;
	bottom: 0px;
	width: 1024px;
	background-color: #CCCCCC;
}

