body {
	background-color: #e3dcd4;
	background-image: url(images/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	margin: 0;
}

img, p { behavior: url("iepngfix.htc") }

#topo {
	
	height: 519px;
	width: 100%;
	
	background-image: url(images/topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}


#rodape {
	
	height: 435px;
	width: 100%;
	
	background-image: url(images/rodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

.assinatura{
	
	text-align: right;
	font: bold 13px "Courier New", Courier, monospace;
	color: #000000;
	
	padding-right: 15px;
	padding-top: 405px;
	
}

.assinatura a{
	
	color: #FFF;
	text-decoration: none;
	padding: 3px;
	
	background-color: #B4AA9E;
	
}

#conteudo {
	
	margin: 50px auto;
	
	font: bold 15px "Courier New", Courier, monospace;
	color: #000000;
	
}

.titulo {
	
	font: bold 20px "Courier New", Courier, monospace;
	color: #900;
	
}

.titulo2 {
	
	font: bold 25px "Courier New", Courier, monospace;
	color: #680e0e;
	
}

.tbl_musicas tr {
	
	background-repeat: no-repeat;
	background-position: center;
	
}

.balao {
	width: 351px;
	height: 172px;
	
	background-image: url(images/balao_forma.png);
	
	position: absolute;
	
	
	margin-top: -205px;
	margin-left: -18px;
	
	*margin-left: -250px;
	*margin-top: -165px;
}