body {
	background: #fff;
	font-family: "Fredoka One", sans-serif;
	color: #000;
}
#lbl404 {
	font-weight: bold;
	font-size: 15em;
	line-height: 0.75em;
	display: block;
	position: absolute;
	width: 660px;
	height: 230px;
	top: 50%;
	left: 50%;
	margin-left: -330px;
	margin-top: -115px;
	padding: 0px 0px;
	z-index: 1;
	text-align: center;
}
#lblerro {
	font-size: 1.5em;
	overflow: hidden;
	text-align: center;
	line-height: 1.5em;
	display: block;
	position: absolute;
	width: 660px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin-left: -330px;
	margin-top: 140px;
	padding: 10px 0px 0px 0px;
	z-index: 5;
}
#lblerro a {
	color: #000;
}
