html,
body {
   margin:0;
   padding:0;
   height:100%;
}
body{
	color: #FFF;
	background-color: #000;
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}
a:link, a:visited{
	color: #FFF;
	text-decoration: underline;
}
a:hover{
	color: #FAA;
}
a:active{
	color: #398237;
}


#container {
	min-height:100%;
	position:relative;
}

#header {
	padding: 10px;
	padding-top: 15px;
	text-align: center;
}
#header img{
	width: 367px;
	height: 94px;
}
#center {
	padding:10px;
	padding-bottom:100px;
}

#video{
	width: 864px;
	height: 480px;
    margin: 0 auto;
	text-align: center;
}
#video iframe{
	border: none;
}

#contactbg{
	width: 400px;
	position: relative;
	bottom: -20px;
    margin: 0 auto;
	z-index: 2;
}
#contacttext {
	padding: 10px;
	text-align: center;
	z-index: 2;
}

#Earth{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 197px;
	overflow: hidden;
	display: table-cell;
    vertical-align: bottom;
}
#Earth img{
	width: 100%;
	max-height: 197px;
	position: absolute;
	bottom: -2px;
	z-index: -1;
}
#copytextbg {
	width: 700px;
	position: relative;
	bottom: -75px;
	
    margin: 0 auto;
}
#copytext {
	padding: 10px;
	text-align: center;
}

.DarkOverlay{
	background-color: rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	border: #999 1px solid;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.75);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.75);
}