..html,body{
	background-color: #ffffff;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	height:100%;
	z-index: auto;
	
}

html,body{
	background-color: #ffffff;	
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	height:100%;
}

/*********************************************
					PÁGINA
*********************************************/

#centro{
	position: absolute;
	top: 15px;
	bottom: 15px;
	width:770;
	left: 50%;
	min-height:730px;
	_height:730px;
	margin-left:-385px;
	visibility: visible;	
	background-color:#ffffff;

	z-index:3;

}

/*********************************************
					LAYOUT
*********************************************/

#top{
	position: absolute;
	top: 0px;
	left: 0px;
	width:770px;
	height:72px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	z-index:1;
}

#base{
	position: absolute;
	top: 78px;
	bottom:10px;
	left: 0px;
	width:770px;
	min-height:450px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	z-index:1;

}

#logo{
	position: absolute;
	top: 10px;
	left: 20px;
	z-index:1;
}

#fone{
	position: absolute;
	top: 20px;
	right:30px;
	z-index:1;
}



.titulo{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/degrade_tit.gif);
	background-repeat:repeat-x;
	width:530px;
	height:33px;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	text-indent: 20px;
	padding-top:3px;
	color:#777777;
}
.rodape
{
	text-align: center;
	font-size:7px;
	vertical-align:bottom;
}
.rodape2
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/rodape.gif);
	background-repeat:repeat-x;
	height:29px;
	font-size:9px;
	font-weight:bold;
	
}

#Body 	.barra_programas{
				position: absolute;
				background-color:#719000;
				top: 7px;
				left:0px;
				width:7px;
				height:285px;
				z-index:5;
}	

#programas{
	position: absolute;
	top: 50px;
	left:0px;
	z-index:1;
}

#tarja{
	position: absolute;
	top: 0px;
	left:0px;
	z-index:1;
}

#faixa_fundo{
	position: absolute;
	top: 1px;
	left: 0px;
	width:770px;
	height:102px;
	z-index:1;
}

#conteudo{
	z-index:1;
	min-height:250px;
	
}



