body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Trebucet MS", "Helvetica", "Verdana", "Arial", sans-serif;
	background-color:#fff;
	text-align:center;
	color:#666;
	overflow: hidden;
}

p {
	margin: 0;
	padding: 0;
}


a img {
	border: none;
	outline: none;
}

.wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.footer {
	margin: 0;
	text-align:center;	
}

.footer a {
	text-decoration: underline;
	color:#666;	
}

.footer a:hover {
	color:#2D8F2C;
}

.flashcontainer {
	position: absolute;
	width: 900px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin: -315px 0  0 -480px;
}

.horizon {
	position: asbolute;
	width: 100%;
	height: .1em;
	overflow: visible;
	top: 50%;
}
