/***********************************************************************************************************/
/* Vertical hack pro vse krom IE */
/***********************************************************************************************************/

div#obal {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 980px;
	min-height: 500px;
	width: 100%;
	height: 100%;
}

div#obal-horizontal {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
}

div#hlavni {
	position: absolute;
	top: -250px;
	left: -485px;
	overflow: none;
	width: 920px;
	height: 450px;
	padding: 25px;
	background: url("../img/layout/hlavni-bg.png");
}