
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/bg_index.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#corpo{
	margin:auto;
	width:990px;
	position:relative;
}
#conteudo{
	width:990px;
	float:left;
	margin-top:35px;
}
#rodape{
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat: no-repeat;
	width:982px;
	height:61px;
	clear:both;
	margin:auto;
	float:left;
	margin-top:50px;
	text-align:center;
}
