html,body {
	height: 100%;
}
body{
	margin:0;
	padding:0;
	background:url(../img/fundo.jpg) no-repeat bottom left fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
:active, :focus{
	outline:none;
}
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
}
#faixa_topo{
	height:20px;
	background:#73176c;
}
#div_body{
	width:1015px;
	height:722px;
	position:absolute;
	left:50%;
	margin-left:-507px;
}
	#logo{
		background:url(../img/logo.png) no-repeat;
		width:158px;
		height:158px;
		position:absolute;
		margin:6px 0px 0px 37px;
		padding:24px 0px 0px 24px;
		z-index:100;
	}
	#logo a{
		display:block;
		width:134px;
		height:134px;
	}
	
	#div_flash{
		position:absolute;
		width:953px;
		height:500px;
		z-index:50;
		margin-left:31px;
	}
	
	#menu{
		width:953px;
		height:179px;
		position:absolute;
		top:501px;
		margin-left:31px;
	}
		#menu a{
			float:left;
			display:block;
			height:179px;
			background-position: 0px 0px;
			background-repeat:no-repeat;
		}

			#institucional{
				background:url(../img/bt_institucional.jpg); 
				width:238px; 
				margin-right:1px;
			}
			#servicos{
				background:url(../img/bt_servicos.jpg); 
				width:237px; 
				margin-right:1px;
			}
			#videos{
				background:url(../img/bt_videos.jpg); 
				width:238px; 
				margin-right:1px;
			}
			#videos_vivo{
				background:url(../img/bt_videos_vivo.jpg); 
				width:238px; 
				margin-right:1px;
			}
			#card{
				background:url(../img/bt_card.jpg);
				width:237px;
			}

		#menu a:hover{
			background-position: 0px -179px;
		}
		
	#sombra_esq{
		background:url(../img/sombra_index_esq.png) no-repeat;
		width:31px;
		height:627px;
		position:absolute;
		left:0px;
	}
	#sombra_dir{
		background:url(../img/sombra_index_dir.png) no-repeat;
		width:31px;
		height:623px;
		position:absolute;
		right:0px;
		*right:0px;
		_right:-1px;
	}
	#sombra_base{
		background:url(../img/sombra_index_base.png) no-repeat;
		width:537px;
		height:31px;
		position:absolute;
		top:681px;
		left:50%;
		margin-left:-268px;
	}
#icones{
	position:absolute;
	left:50%;
	margin-left:-475px;
	padding-bottom:30px;
	top:725px;
	width:200px;
	height:26px;
}

#links{
	position:absolute;
	left:50%;
	margin-left:-475px;
	padding-bottom:30px;
	top:725px;
}
	#links a{
		display:block;
		float:left;
		margin-right:15px;
	}

#rodape{
	background:url(../img/endereco_index.gif) no-repeat;
	position:absolute;
	left:50%;
	margin-left:-175px;
	padding-bottom:30px;
	top:725px;
	width:649px;
	height:37px;
}