html, body {
	width: 100%;
	height: 100%;	
	margin: 0px;
	padding: 0px;
}
body {
	background: url('background_website.jpg') center center no-repeat #000; 
}
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: hidden;
	display: block;
}
#flashwrapper {
	margin-left: -420px;
	position: absolute;
	top: -242px;
	left: 50%;
	width: 840px;
	height: 484px;
	visibility: visible;
}
