* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	color: #CCC;
	font-size: 100.01%;
	font-family: Arial;
	position: relative;
}

body {
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: url('vorhang_1650x1050.jpg') center center no-repeat #000;
}

html {
	height: 100%;
	overflow: hidden;
}

#flashContainer {
	clear: left;
	height: 100%;
	width: 100%;
}

img {
	margin-top: 10%;
}

.hide {
	display: none;
}