body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}

#stage {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 932;
	height: 599;
	z-index: 2;
	/* border: 1px solid #000; */
}

#bgImg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

#navigation {
	width: 100%;
}

#flashcon {
	float: left;
}

#framecon {
	width: 280px;
	float: right;
}

#signatur {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 2;
}

a img {
	border-style: none;
}

