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


#titul_min {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 1;
	position: absolute;
	width: 640px;
	top: 2px;
}

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

#podtitul_min {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	z-index: 2;
	position: absolute;
	width: 640px;
	top: 18px;
}

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

#centr_min {
	position:absolute;
	left:50%;
	width:1px;	
	z-index:5;
	background-color: #000000;
	top: 50%;
	right: 50px;
	bottom: 50px;
}
#copyright_min {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	bottom: 2px;
	width: 640px;
}

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

