#estrutura {
	width: 950px;
	margin: 0 auto;
}
#topo {
	width: 950px;
	height: 138px;
	position: relative;
	background-image: url(../img/bg_topo.jpg);
}
#logo {
	position:relative;
	width:200px;
	height:115px;
	left: 30px;
	top: 10px;
}

#banner {
	position:relative;
	width:950px;
	height:198px;
	background-image: url(../img/banner.jpg);
}





/* Page */

#page {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image: url(../img/bg_page.jpg);
}
#Mural {
	position:relative;
	width:470px;
	height:320px;
}
#radio_player {
	position:relative;
	width:450px;
}


#conteudo_right {
	position:relative;
	width:640px;
	float: right;
	background-image: url(../img/ouvindo_radio.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#conteudo_left {
	position:relative;
	width:290px;
	float: left;
}

/* Footer */
#base {
	position:relative;
	width:950px;
	height:40px;
	padding-top: 45px;
	text-align: center;
	background-image: url(../img/bg_base.jpg);
}

