* {margin:0; padding:0;}

a {text-decoration:none; color:#06c;}
a:visited {color:#06c;}
a:hover {text-decoration:underline; color:#03f;}

body {
background:#fff url(img/bg.png);
text-align:center;
font:62.5% "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}
h1 {font-size:3em;}
h2 {font-size:2.5em;}
h3 {font-size:2em;}
p, ul {font-size:1.4em;}

div#fundo1 {background:url(img/bg-br.png) no-repeat right bottom fixed;}
div#fundo2 {background:url(img/bg-bl.png) no-repeat left bottom fixed;}

.bg {
background:url(img/halfscreen.png);
border:6px double #fc9;
padding:10px;
margin:5px 0;
-moz-border-radius:20px;
-khtml-border-radius:20px;
-webkit-border-radius:20px;
-opera-border-radius:20px;
border-radius:20px;
}

div#player {
width:500px;
height:140px;
position:fixed;
top:0;
right:0;
text-align:right;
border:2px solid #fc9;
background:url(img/halfscreen.png);
}

div#container {
width:750px;
margin:0 auto;
text-align:left;
overflow:hidden;
}
h1 {
width:250px;
height:167px;
background:url(img/logo.png);
margin-top:10px;
}
	h1 span {
	visibility:hidden;
	}
div.intro p {
text-indent:3em;	
line-height:1.5;
}
	div.intro p.assinatura {
	text-align:right;
	font-family:"Comic Sans MS", arial, cursive;
	font-weight:bold;
	}
		div.intro p.assinatura span {
		font-weight:normal;
		font-size:.8em;
		}
div.agradecimentos {
width:150px;
float:right;
text-align:center;
}
	div.agradecimentos h2 {
	margin:-10px -10px 0;
	font-size:20px;
	font-variant:small-caps;
	}
div.indice {
width:500px;
float:left;
}
	div.indice ul {
	list-style:none;
	margin:10px 0;
	font-size:1.6em;
	}
		div.indice ul strong {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.5em;
		font-weight:normal;
		margin:0 .2em;
		}
		div.indice ul span {
		font-weight:bold;
		font-variant:small-caps;
		margin:0 .2em;
		}
		div.indice ul a {
		color:#000;
		margin:0 .2em;
		}
div.sanfona {
width:176px;
float:right;
margin:10px 0;
border:solid #fc9;
border-width:6px 0;
padding:5px 0;
text-align:center;
background:url(img/halfscreen.png);
}
div#faixas {
clear:right;
overflow:hidden;
}
	div.faixas {
	width:200px;
	height:220px;
	margin:9px;
	padding:10px;
	float:left;
	overflow:hidden;
	}
		div.faixas h3 {
		font-size:1.6em;
		}
			div.faixas h3 strong {
			background:#fc9;
			color:#fff;
			padding:0 .2em;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			line-height:1;
			}
			div.faixas h3 a {
			font-variant:small-caps;
			color:#000;
			}
			div.faixas h3 span {
			font-weight:normal;
			font-variant:normal;
			font-size:.9em;
			}
		div.faixas dl {
		margin-top:10px;
		}
			div.faixas dt, div.faixas dd {
			font-size:1.1em;
			}
			div.faixas dd {
			font-weight:bold;
			}
	div.duo {
	width:450px;
	float:right;
	margin:5px;
	border:solid #fc9;
	border-width:6px 0;
	padding:25px 17px;
	text-align:center;
	background:url(img/halfscreen.png);
	}
div.ficha {
width:339px;
padding:10px;
float:left;
margin-bottom:10px;
}
	div.ficha dl {
	font-size:1.2em;
	}
		div.ficha dl dt {
		margin-top:7px;
		}
		div.ficha dl dd {
		font-weight:bold;
		}
			div.ficha dl dd.obs {
			font-size:.8em;
			font-weight:normal;
			}
div.license {
width:339px;
float:right;
margin-bottom:10px;
}
	div.license ul {
	font-size:1.4em;
	list-style:square;
	margin:10px 0;
	}
		div.license ul li {
		margin-left:1em;
		}
p.footer {
clear:both;
text-align:right;
margin:10px;
font-size:1.2em;
color:#fc9;
}
	p.footer a {
	background:#fc9;
	color:#666;
	padding:5px;
	}
		p.footer a:hover {
		text-decoration:none;
		background:#fc3;
		}
p.ie6 {
display:none;
}