/* CSS Document */

/* CSS básico */

body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	background-image: url(../public/images/layout/fundo.jpg);
	background-repeat: no-repeat;
	text-align: top center;
}

img {
	border: none;
}

#erro404 {
	position: relative;
	width: 746px;
	height: 506px;
	margin: auto;
	top: 88px;
}