* {
	behavior: url(../scripts/iepngfix.htc);
}
html, body {
	background-color: #000;
	background-image: url(../img/bckg.jpg);
	background-repeat: repeat-x;
	background-position:center center;
	background-attachment: fixed;
	text-align:center;
	height:100%;
	margin: 0;
	padding: 0;
}

/* ---------hlavní obsah----------- */
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -250px;
	float: left;
}
div#wrapper {
	width: 980px;
	height: 500px;
	clear: both;
	top: -250px;
	position: static;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
div#flash {
	z-index:0;
	width: 980px;
	height: 500px;
}
div#drzak {
	width: 980px;
	height: 500px;
	z-index:100;
	font-family:Verdana, Geneva, sans-serif;
	font-size:46px;
	font-weight:bold;
	color:#F00;
	margin-top:-500px;
	text-align:left;
}

/* ---------pseudo obsah----------- */
div#pseudo {
	display:none;
}