@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color:#FDFFFC;
	background-color: #3d1703;
	background-image: url(imagens/breve-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
/* DEFINE A RESOLUÇÃO DA PAGINA */
#wrapper {
	width: 982px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* LINK PADRÃO */
a {
	color: #0099FF;
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	}
a:hover {
	color: #0099FF;
	text-decoration:underline;
	}
