* {
	padding:0;
	margin:0;
	bottom: 0px;
}

body {
	min-height:100%;
	min-width:100%;
	color:#000;
}

.intro {
	width:500px;
	height:300px;
	margin:auto;
	margin-top:15%;
	border-radius: 15px;
	-moz-border-radius:15px;
	color: #FFFFFF;
	box-shadow: 1px 1px 10px #fff;
	-moz-box-shadow: 1px 1px 10px #fff;
	-webkit-box-shadow: 0px 0px 20px #000;
	background-color:#FFFFFF;
	text-align:center;
}

.intro img {
	margin-left: -20px;
}

#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;

z-index: -1000;
overflow: hidden;
}
