@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background: url(../images/background.jpg) no-repeat right top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

video{
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);	
	z-index: -1;	
    padding: 20px;
    border: 5px solid #CCC;	
}






