body{
	background-image: url('../img/bg-404.png');
	background-position: top center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: 'abc_fonthplhs';
	text-transform: uppercase;
	font-size: 118px;
	color:#fbffe3;
	margin: 65px auto;
	display: table;
}
#quadro-404{
	margin: 0 auto;
	display: table;
	background-image: url('../img/quadro-404.png');
	max-width: 1024px;
	width: 100%;
}

a{
	font-family: 'thirsty_script_extrabold_deRg';
	font-size: 35px;
	color: #fbffe3;
	text-decoration: none;
	margin: 30px auto;
	display: table;
}