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{
	position:relative;
	margin:auto;
	width:990px;
}
#topo{
	width:990px;
	height:412px;
	
}
#conteudo{
	width:990px;
}
#rodape{
	width:100%;
	height:83px;
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
	background-color:#00AABD;
	clear:both;
}