.static #internal-error {
	display: block; opacity: 1;
}
.page-error .bg {
	height: 100%; background-color: rgba(6, 13, 18, 0.7);
}
.page-error .content {
	margin: 0px auto; width: 960px; position: relative;
}
.page-error .content .main-error-wrap {
	margin: 160px auto 0px; padding: 83px 182px 93px; width: 596px; font-family: "ac3EagleSansRegular", Arial, sans-serif; position: relative;
}
.page-error .content .main-error-wrap .error-bg {
	background: url("main-bg.png") no-repeat -4px; left: 0px; top: 0px; width: 960px; height: 346px; position: absolute; z-index: 2; opacity: 1;
}
.page-error .content .main-error-wrap .error-content {
	animation:anim-locked 2s linear infinite; width: 100%; height: 100%; position: relative; z-index: 3; -webkit-animation: anim-locked 2s linear infinite;
}
.page-error .content .main-error-wrap .error-bg {
	animation:slowfade 2s linear infinite; -webkit-animation: slowfade 2s linear infinite;
}
.page-error .content .main-error-wrap .error-glitch {
	background: url("main-glitch.png") no-repeat 0px 0px; animation:anim-locked 2s linear infinite; width: 190px; height: 50px; right: 145px; bottom: 0px; position: absolute; -webkit-animation: anim-locked 2s linear infinite;
}
.page-error .content .line1 {
	color: rgb(255, 255, 255); text-transform: uppercase; padding-bottom: 6px; font-size: 18px;
}
.page-error .content .line2 {
	color: rgb(131, 133, 136); text-transform: uppercase; padding-bottom: 3px; font-size: 11px;
}
.page-error .content .line3 {
	background: url("line3-bg.png") no-repeat 2px bottom; text-transform: uppercase; line-height: 39px; padding-bottom: 21px; font-family: "ac3EagleSansLite", Arial, sans-serif; font-size: 39px; margin-bottom: 12px; margin-left: -2px;
}
.page-error .content .line4 {
	color: rgb(175, 178, 182); padding-bottom: 12px; font-size: 14px;
}
.page-error .content .button {
	animation:ohighlightButton 1s linear infinite; margin-bottom: 15px; cursor: pointer; -webkit-animation: highlightButton 1s linear infinite;
}
.page-error .content .error-anim {
	background: url("error-anim-bg.png") no-repeat 0px top; width: 135px; height: 30px; padding-top: 20px; position: relative;
}
.page-error .content .anim-arrow {
	background: url("error-anim-arrow.png") no-repeat 0px top; animation:error404arrow 8s linear infinite; left: 120px; width: 9px; height: 5px; position: absolute; -webkit-animation: error404arrow 8s linear infinite;
}
