html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family: arial,verdana, 'trebuchet MS', sans-serif;
	color: #666;
	font-size: 12px;	
}
img {border:0}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}
/* Removes dotted edges on links: */
a:active { outline: none; }
:-moz-any-link:focus { outline: none; }
object { outline:none; }
/* end: */
#horizon {
	position: absolute;
	left: -450px; /* half width */
	top: -250px; /*half height */
	width: 100%;
	height: 100%;
}
#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 500px;	
}	
#FlashMovie {
background-color: #FFFFFF;
text-align:center;
}
#FlashMovie H1 {
	font-size:16px;
	text-transform:lowercase;
	color:#222222;
}
#FlashMovie H2 {
	font-size:12px;
	text-transform:lowercase;	
	letter-spacing:1px;
}
#FlashMovie H3 {
	font-size:12px;
	text-align:left;
	margin: 20px 50px 20px 50px;
}
#FlashMovie a {
	color: #3399CC;
}

/*FOOTER */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 7px;
	color:#666;
	font-family: Verdana, Geneva, Arial;
	font-size:10px;
	text-decoration: none;
}
#footer a{
	color:#666;
	font-family: Verdana, Geneva, Arial;
	font-size:10px;
	text-decoration: none;
}
#footer a:hover{
	color:#999;
	font-family: Verdana, Geneva, Arial;
	font-size:10px;
	text-decoration: none;
}