#tela {
	width: 100%;
	text-align: center;
}
#erro {
	background-color: rgb(252, 81, 94);
	color: white;
	display:none;
}
#erro a:link , #erro a:visited, #erro a:hover, #erro a:active {
	color: white;
	font-weight: bold;
	text-decoration:none;
}
