* {
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	overflow: hidden;
	color: #06F;
}

h1, h2, h3, h4, h5, h6 {
	text-indent: -9999px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
}

body {
	background-color: #023455;
}

#efeitoTopo {
	background-image: url(../../fontes/site/imagens/base/topo/backgroundTopo.jpg);
}

#efeitoConteudo.default {
	background-image: url(../../fontes/site/imagens/paginas/default/backgroundDoConteudo.png);
	height: 100%;
}

#efeitoRodape {
	background-image: url(../../fontes/site/imagens/base/rodape/backgroundRodape.gif);
}

#efeitoTopo,
#efeitoRodape,
#efeitoConteudo {
	background-repeat: repeat-x;
	width: 100%;
	float: left;
}

.conteudo {
}

#rodape {
	height: 90px;
}

#topo,
#rodape,
.conteudo {
	margin: 0px auto;
	width: 760px;
}
