video#bgvid {
			position: fixed;
			top: 50%;
			left: 50%;
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			z-index: -100;
			-ms-transform: translateX(-50%) translateY(-50%);
			-moz-transform: translateX(-50%) translateY(-50%);
			-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			background: url(static.png) no-repeat;
			background-size: cover;
		}

		@font-face {
			font-family: "VCR";
			src: url("vcr.ttf");
		}

		#wrapper{
			height:90%;
			font-family:VCR;
			font-size:72px;
			color:white;
			float:right;
			text-align:right;
			padding-top:40px;
			padding-right:40px;
			position:relative;
		}

		#links{
			position: fixed;
			right:40px;
			bottom: 77px;
		}

		a {
			text-decoration: none;
			color: white;
		}

		a:hover:before {
			content: ">> ";
		}

		a:active {
			text-decoration: underline;
		}
