body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('radio/img/fundo.jpg');
	background-repeat: no-repeat;
	font-size: 11px;
	color: #544F00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { 
 	behavior: url(iepngfix.htc);
 }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */

a:link {
	text-decoration: none;
	color: #E22217;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #E22217;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	color: #666600;
	font-size: 11px;
}

a:active {
	text-decoration: none;
	color: #666600;
	font-size: 11px;
}

/* LINK VERDE */
a.link_verde {
	text-decoration: none;
	color: #544F00;
	font-size: 11px;
}

a.link_verde:link{
	text-decoration: none;
	color: #544F00;
	font-size: 11px;
}

a.link_verde:visited {
	text-decoration: none;
	color: #544F00;
	font-size: 11px;
}

a.link_verde:hover {
	text-decoration: underline;
	color: #E22217;
	font-size: 11px;
}

a.link_verde:active {
	text-decoration: none;
	color: #666600;
	font-size: 11px;
}

#tudo {
	position:relative;
	background-color: transparent;
	background-image: url('img/fundo_site_01.jpg');
	background-repeat: repeat-x;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index: 1;
	border: 0px #00FF99 solid;
}

#conteudo {
	/*position:relative;*/
	top:0px;
	width:700px;
	height:286px;
	z-index:3;
	border: #ff0066 0px solid;
	margin-left: auto;
	margin-right: auto;
}

#fundo_noticia_rodape_grande {
	/*position:relative;*/
	z-index: 1;
	left:0px;
	top:0px;
	width:99%;
	height:71px;
	background: url(img/fundo_noticia_rodape_maior.png);
	background-repeat: no-repeat;
	border: #FF6666 solid 0px;
	margin: 0px;
	padding: 0px;
	
}
