body {
	margin: 0;
	padding: 0;
	background: url(imgs/frametop_fundo.png) repeat-x;
	height: 64px;
}

#base_player {
	width: 967px;
	margin: 0 auto;
}

#wrap_player {
	background: url(imgs/frametop_player_fundo.png) no-repeat;
	height: 63px;
	position: relative;
	margin-left: -10px;
}

.programacao, .player, .icones {
	float: left;	
}

.programacao {
	width: 281px;
	height: 33px;
	background: url(imgs/frametop_programacao.png) no-repeat;
	margin: 10px 0 0 151px;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #000;
	padding: 16px 0 0 0;
	text-align: center;
}

.player {
	width: 271px;
	height: 33px;
	background: url(imgs/frametop_player.png) no-repeat;
	margin: 10px 13px 0 5px;
	padding: 13px 0 0 10px;
}

.icones {
	width: 240px;
	
}

.icones ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icones ul li {
	display: inline;	
}

.winamp a, .windows a, .real a {
	float: left;
	text-indent: -90000px;
	position: relative;
}

.winamp a {
	background: url(imgs/ico_winamp.jpg) no-repeat;
	width: 78px;
	height: 63px;
}

.windows a {
	background: url(imgs/ico_windowsmedia.jpg) no-repeat;
	width: 78px;
	height: 63px;
}

.real a {
	background: url(imgs/ico_realmedia.jpg) no-repeat;
	width: 78px;
	height: 63px;
}

.newsticker {
	list-style: none;
	padding: 0;
	margin: 0;
}