* {
	margin: 0;
	padding: 0;
}

#content {
	background: #fff; /* Para Internet Explorer */
 	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	box-shadow: 0px 0px 50px rgb(255, 0, 0);
	font-size: 2rem;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(255, 0, 0, 0.4);
	width: 50%;
}

#foo {
	display: none;
	position: absolute;
	top: 20%;				
	width: 100%;
}

#video-background {
	height: 110%;
	position: fixed;
	width: 100%;
	z-index: -100;
}
