@charset "utf-8";

/* 
CSS Developed by Leonardo Lima - INVERTED S.D.
Headhunter D.C. © All rights reserved - 2008
*/


html, body {
	height:100%;
	scrollbar-face-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #CC9900; 
	scrollbar-3dlight-color: #CC9900; 
	scrollbar-arrow-color: #CC9900; 
	scrollbar-track-color: #000000; 
	scrollbar-darkshadow-color: #000000;
}

body {
	background:#000000;
	margin-left:0px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#tudo {
	min-height: 100%;
	width:998px;
	background:#000000;
	position:relative;
	margin:0 auto;
}

* html #tudo {
	height: 100%; /* hack para IE6*/
}

#conteudo {
	padding-bottom:30px;
	background:url(../images/content.gif);
}

#topo {
	/*background:url(../images/top.gif) no-repeat;*/
	width:998px;
	height:304px;
}

#menu {
	/*background:url(../images/menu.gif) no-repeat;*/
	width:268px;
	height:455px;
	float:left;
}

#areaPrincipal {
	padding-left:50px;
    padding-right:50px;
	width:630px;/*730-100*/
	height:455;
	float:right;
}

#rodape {
	width:998px;
	height:88px;
	position: absolute;
	bottom: 0;
	text-align:center;
}

.clear{clear:both};
.rodapeText{font-size:10px; color:#CC9900;}
.principalText {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC9900;
	text-align:justify;
}

a:link {
	color: #CC9900;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #8C6900;
}
a:active {
	color: #8C6900;
}

a.lyrics:link {
	color: #990000;
}
a.lyrics:visited {
	color: #990000;
}
a.lyrics:hover {
	color: #FF0000;
}
a.lyrics:active {
	color: #FF0000;
}

.pagination_inactivelink {
	color: #8C6900;
}

/*Internal Content*/

#textoNews{
float:left;
width:400px;
}
#textoNextLive{
float:right;
width:200px;
}