html {
	height: 100%; /*STOCK*/
	overflow-y: hidden; /*STOCK*/
	}

body {
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%; /*STOCK*/
	}

#wrapper {
	background-color: rgba(0,0,0, .4);
	height: 90%;
	padding-top: 127px;
	text-align: center;
	}

	#wrapper a:link {text-decoration: none; color: #444; }
	#wrapper a:visited {text-decoration: none; color: #444; }
	#wrapper a:hover {text-decoration: none; color: #444; }
	#wrapper a:active {text-decoration: none; color: #444; }

#text {
	animation: fade 10s infinite 1s;
	color: #555;
	letter-spacing: 3px;
	position: relative;
	text-shadow: 0px 0px 0.2em #040, 0px 0px 0.2em #040, 0px 0px 0.2em #040;
	}

		@keyframes fade {  
			0% {
				opacity: 1;
				}
			50% {
				opacity: .25;
				}
			100% {
				opacity: 1;
				}
			}

	#text .p404 {
		font: 247px underwood-champion;
		letter-spacing: 27px;
		}

	#text .info1 {
		font: 52px underwood-champion;
		position: relative;
		}

	#text .info2 {
		font: 21px free-mono-bold;
		position: relative;
		top: 7px;
		}

	#crucifyd {
		font: 17px ocra;
		position: fixed;
		letter-spacing: 1px;
		bottom: 34px;
		width: 100%;
		}

		#crucifyd a:link {text-decoration: none; color: #999; }
		#crucifyd a:visited {text-decoration: none; color: #999; }
		#crucifyd a:hover {text-decoration: none; color: #ccc; }
		#crucifyd a:active {text-decoration: none; color: #999; }
