a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url(../imagens/bg_index.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#corpo{
	position:relative;
	margin:auto;
	width:985px;
}
#topo{
	width:985px;
	height:490px;
}
#conteudo{
	width:985px;
	
}
#rodape{
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:71px;
	clear:both;
	margin-top:20px;
	_margin-top:43px;
}

