body {
	margin: 0;
	padding: 0;
	background-color: #111;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow:hidden;
}

#video, #gif {
	position: fixed;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1337;
	overflow: hidden;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}

#gif {
	background-image: url('../gif/bg.gif');
	background-size: cover;
	-webkit-filter: blur(5px) !important;
	-moz-filter: blur(5px) !important;
	-ms-filter: blur(5px) !important;
	-o-filter: blur(5px) !important;
	filter: blur(5px) !important;
}

h1 {
	position: absolute;
	width: 100%;
	top: 60%;
	color: #fff;
	text-align: center;
	font-family: Shadows Into Light;
	font-size: 40px;
	letter-spacing: 3px;
	z-index: 1337;
}

a, a:link, a:visited, a:hover, a:active {
	color: #fff;
	text-decoration:none;
}
