* {

	margin: 0;

	padding: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}



body {

	background-color: #2F3D40;

	color: #D1D7DC;

	text-align: center;

}

img {
	border: none;
}

h1, h2, h3 {

	display: none;

}

em {
	color: #829194;
}

strong {
	font-variant: small-caps;
}


#container {

	width: 700px;

	height: 500px;

	margin: 0 auto;

}



#content {

	height: 280px;

	background-image: url(imagens/teaser_1.jpg);

	background-repeat: no-repeat;

	background-position: center;

}

#bandeira_fr {
	position: absolute;
	top: 10px;
	right: 30px;
}

#bandeira_br {
	position: absolute;
	top: 10px;
	right: 60px;
}

#bandeira_en {
	position: absolute;
	top: 10px;
	right: 30px;
}

p {

	padding-bottom: 10px;

	font-size: 0.9em;

}



p span {

	font-style: italic;

}



#tracklist {

	font-size: 0.8em;

	padding-bottom: 0;

}



#address {

	padding: 0 150px 0 150px;

	font-size: 1em;

}



#address a {

	color: white;

}



#address a:hover {

	color: #93A7AA;

}



ol {

	color: #93A7AA;

	font-size: 0.7em;

	padding-bottom: 10px;

}

#links ul{
	list-style: none;
}

#links li {
	font-size: 0.7em;
}

#links li a {
	color: white;
}

#links li a:hover {
	color: #93A7AA;
}

