#wrapper {
	width: 100%;
}
body {
	margin: 0px;
	background-image: url(https://dev.xploreseo.com/magik/images/splash_background.jpg);
	background-color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#main-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 25px;
}

#logo { width:800px; 
		height:350px; 
		margin: 0px 80px 0px 80px; 
		
}
#footer {
	clear: both;
	height: 50px;
	width: 960px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/footer.png);
}
#videoplayerholder { margin: 0px auto 0px auto; width: 920px; height: 425px; background-color: #000; padding-top: 10px; }
#videoplayer { margin: 0px auto 0px auto; width: 900px; height: 405px; }

#contact { width: 920px; height: 50px; margin: 20px auto 20px auto; font-family: Arial, Helvetica, sans-serif; color: #FFF; text-align: center; line-height: 40px; background-color: #480048;}
#email { width: 320px; height: 40px; float: left; text-align: left; font-size: 1.4em; margin-left: 20px; }
#formholder { width: 580px; height: 40px; float: right; }

#construction { width: 960px; height: 40px; font-size: 1.3em; font-weight: bold; color: #000; font-family: Arial, Helvetica, sans-serif; text-align: center; line-height: 40px; margin: 0px auto 0px auto;}

a {text-decoration: none; color: #fff; }
