html {
	width: 100%;
}

body {
	width: 100%;
	background-color: black;
}

#videobackground{
	position: fixed;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    height: 100%;
}
