* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url('../imagens/fundo.png');
	text-align: center;
}
img {
	border: 0;
}
#corpo {
	width: 897px;
	margin-left: auto;
	margin-right: auto;
}
#conteudo {
	background: url('../imagens/fundo_conteudo.jpg');
	height: 241px;
	border-bottom: solid 9px #e6e1d2;
	font-family: Arial;
	font-size: 18px;
	color: #1f670f;
	text-align: center;
	padding-top: 61px;
	width: 897px;
}
#conteudo .coluna {
	width: 259px;
	padding: 0 20px;
	float: left;
}
#banner {
	width: 897px;	
}
#conteudo span {
	font-weight: bold;
}
#link {
	width: 233px;
	height: 44px;
	background-image: url('../imagens/fundo_link.jpg');
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	border: solid 1px #b5d1ef;
	padding-top: 10px;
}
#link a {
	color: #575655;
	font-weight: bold;
}
#link a:hover {
	text-decoration: none;
}
#bandeiras {
	position: absolute;
	margin-top: 100px;
	margin-left: 897px;
}
#bandeiras p {
	margin-bottom: 1px;
}