* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow: hidden;
}

body,
body.flash {
	height: 100%;
	background: url(/imgs/index_chio-logo-3.gif) no-repeat center 45% #980505;
	background-attachment: fixed;
	color: white;
	font-family: arial, helvetica, sans-serif;
}

a {
	color: white;
	outline: none;
	-moz-outline: none;
}

a img {
	border: 0;
}

#container {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#floatingChio {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 246px;
	text-align: center;
	margin: -70px 0 0 -123px;
}

#floatingChio a {
	display: block;
	color: white;
	font-size: 0.8em;
	margin-top: 0.6em;
}

#mainFlashDiv {
	width: 100%;
	height: 100%;
}

#noscriptHint {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 20px;
}

#idxBlockImprint {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 0.8em;
}