BODY {
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 10px;
}
DIV#noFlash {
	position: absolute;
	width: 782px;
	height: 510px;
	top: 10px;
	left: 50%;
	margin-left: -391px;
}
DIV#noFlash IMG { display: block; }
DIV#noFlash A {
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(./images/lang_switch_cz.gif);
	width: 90px;
	height: 24px;
}
DIV#noFlash A#en {
	background-image: url(./images/lang_switch_en.gif);
	width: 83px;
}
DIV#noFlash A:hover {
	background-position: right center;
}
DIV#noFlash A SPAN { display: none; }
