* {
	padding:0;
	margin:0;
}

p {
	margin:20px 0;
}

.bgvideo {
	position:fixed;
	right:0;
	bottom:0;
	min-height:100%;
	min-width:100%;
	width:auto;
	height:auto;
	z-index:10;
}

div#logo {
	height:122px;
	width:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-61px;
	z-index:30;
	
	color:white;
	text-align:center;
	font-family: 'Open Sans', Arial;
}

a {
	color:white;
}

div#pattern {
	position:absolute;
	height:100%;
	width:100%;
	background:url('pattern.png') repeat;
	z-index:20;
}



@media screen and (max-device-width: 800px) {

body { background-color:black; }
div#pattern  { display: none; }

}

