DIV#header {
	margin: 20% 0 0;
}


DIV#background_image {
	position: absolute;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	background: #000;
	
	z-index: -1;
}