@charset "utf-8";
/* CSS Document */

.main_container{
	width:1000px;
	margin:0 auto;
}

body{
	margin:0;
	padding:0;
	background: #000000;
}

nav{
	text-align:center;
}

nav a{
	color:white;
	text-decoration:none;
}

nav a:hover{
	color:white;
}

nav a:active{
	color:white;
}

figure{
	padding:0;
	margin:0;
}

.trailer{
	padding-left:72px;
}
@media(min-width:1000px){
	.home_page{
		background-image:url("../images/Survival_Knife_Spash_Page.jpg");
		width:100%;
		height:100%;
		position:fixed;
		z-index:-1;
		
	}
}