@charset "UTF-8";

div#tv-radio {
	width: 900px;
	height: 580px;
	margin: auto;
	background: url("../_imagens/radio-tv.png") no-repeat;

}


audio#musica {
	display: block;
	position: relative;
	left: 575px ;
	top: 500px;
	width: 300px;
}


iframe#video {
	display: block;
	position: relative;
	left: 80px ;
	top: 60px;
	width: 450px;

}
