/* CSS Document */

/* CSS básico */

body {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	text-align: center;
}

img {
	border: none;
}

#erro404 {
	position: relative;
	width: 656px;
	height: 348px;
	margin: auto;
	top: 96px;
}