@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #2f2821;
	background-image: url("../images/bg.jpg");
	font-family: tahoma, verdana, arial;
}
.container {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 780px;
	height: 680px;
	margin-left: -390px;
}
.topo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 18px;
	background-color: #47403c;
	text-align: right;
}
.tweeter {
	position: absolute;
	right: 160px;
}
.logo {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 290px;
	height: 79px;
}
#player {
	position: absolute; 
	right: 0px;
	width: 150px;
	height: 18px;
}
.iframe {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 780px;
	height: 560px;
	background-color: #ada381;
	background-image: url("../images/bg_main.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
.rodape {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 760px;
	height: 40px;
	background-color: #47403c;
	font-size: 11px;
	color: #FFF;
	padding: 10px;
	padding-top: 40px;
}
.rodape a{
	color: #fff;
	text-decoration: none;
}
.rodape a:hover {
	color: #f3efde;
}
.rodape .esquerdo {
	position: relative;
	float: left;
	width: 380px;
	text-align: left;
	margin-top: -30px;
}
.rodape .direito {
	position: relative;
	float: right;
	width: 380px;
	text-align: right;
}