@charset "utf-8";

/* ------------------ HTML and BODY ------------- */
html,body {height:100%; -webkit-overflow-scrolling: auto;}
	html > body #outer {height:auto}/*for mozilla */
	body{margin:0; background: #000; font-family:"Courier New", Courier, monospace; background-color:#000000;}
/* --------------------------------------------- */
/* ----------General Formatting ---------------- */
	ul, ol, dl {padding: 0; margin: 0;}
	h1, h2, h3, h4, h5, h6, p {margin-top: 0; padding-right: 15px; padding-left: 15px;}
	a img {border: none;}
	a:link {color: #FFF; text-decoration: none;}
	a:visited {color: #FFF; text-decoration: none;}
	a:hover, a:active, a:focus {text-decoration: underline; color: #9CF;}
/* ---------------------------------------------- */

/* --------------- CONTAINER ---------------------*/
home_container {display:block; margin:0 auto; height:100%; width:100%;}

/* --------------- BODY ---------------------- */
home_heading {display:block; text-align:center;
			  height:5%; width:100%; margin:0 auto;}

home_mainpage{display:block; text-align:center;
			height:90%; width:100%; margin:0 auto;}

home_footing {display:block; text-align:center;
			  height:5%; width:100%; margin:0 auto;}
/* ---------------------------------------------- */
/* ------------mainpage split ------------------- */
home_video {float:left; display:block; text-align:center;
			  height:90%; width:100%; margin:0 auto;}
home_caption {float:left; display:block; 
			  height:10%; width:100%; margin:0 auto; overflow-y: auto;
			  text-align:center; color: white;}