body {
	background-color: #000000;
	margin: 0;
	padding: 0;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 1000px; 
}
#flashcontent {
	background-color: #000;
	position: relative;
	text-align: left;
	width: 1000px;
	height: 380px;
	margin: 0px auto;
}

#noflash {
	text-align: center;
	height: 300px;
	width: 500px;
	margin: auto;
	padding-top: 30px;
	color: #aaaaaa;
}

p {
	margin-top: 0px;
}

a {
	color: #DDDDDD;
}