html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #09111E;
}
#menu {
    position: absolute;
    top: 185px;
    left: 50%;
    margin-left: 210px;
    width: 275px;
	z-index: 9999;
}
#earthtop {
	background-image: url('images/earthtop.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px auto 0;
	padding: 20px 0 0 0;
	width: 100%;
	height: 438px;
	text-align: center;
}
#container {
	position: relative;
	margin: -350px auto;
	text-align: left;
	width: 990px;	
}
#trailer {
	background-image: url('images/trailerbg.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 50px;
	float: left;
}
#about {
	margin-top: 800px;
	width: 690px;	
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0;
}
h2 {
	font-size: 22px;
	padding: 5px 0 5px;
}
h3 {
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0 0 5px;
}
h4 {
	font-size: 14px;
}
img {
	border: 0;
}
