.errorBox {
	position: absolute;
	width:103%;
	height:165%;
	top: -3%;
	left:-1.5%;
	background-color:rgba(220,220,220,0.9);
	border: 1px solid #cecece;
}

.errorCode {
	margin-top: 25%; 
	text-align: center; 
	text-shadow: none; 
	text-transform: none; 
	color: #ededed; 
	font: 900 456px/0px 'Lato', sans-serif;
}

.errorMessage {
	margin-top: -8%;
	text-align: center;
	text-transform: none; 
	color: #666; 
	font: 900 156px/176px 'Lato', sans-serif;
	text-shadow:1px 2px 2px #000;
}

.line1Description {
	font: 900 30px/42px 'Lato', sans-serif;
	text-align: center;
	text-shadow: none; 
	color: #232323; 
}

.line2Description {
	font: 700 21px/24px 'Lato', sans-serif;
	text-align: center;
	text-shadow: none; 
	color: #989898; 
}