#noscript-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ADD8E6;
	z-index: 9999;
}
#noscript-text {
	position: absolute;
	text-align: center;
	left: 0;
	width: 100%;
	top: 20px;
	font-size: 18px;
	line-height: 1.5em;
	z-index: 10000;
	padding-top: 394px;
	background: url(obr/body/uvod.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#noscript-text b {
	font-size:22px;
}
