body {
	background-color: #000;
}

div#backgroundImage {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .5;
}