body{
	background: #0f101d;
	margin: 0;
	padding: 0;
	font-family: Futura, Arial, sans-serif;
}

#conteudo{
	position: absolute;
	width: 980px;
	height: 554px;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -250px;
}

#dedis{
	position: absolute;
	width: 296px;
	height: 90px;
	background: url(layout/dedis.png);
	text-indent: -2000px;
	top: -30px;
	z-index: 9999999;
}

#galeria{
	width: 100%;
}

#barra{
	z-index: 100;
	position: absolute;
	top: 500px;
	left: 28px;
}

#barra .setas{
	float: left;
}

#barra .categorias{
	float: left;
	width: 860px;
	height: 20px;
	background: url(layout/barra.png);
}

#barra .categorias .espacador{
	margin: -2px 0 0 8px;
}

#barra .categorias a{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	margin: 0 13px 0 0;
}

#conteudo_flash
{
	width: 		923px;
	height: 	25px;
	z-index: 	999;
	position: 	absolute;
	left: 		25px;
	bottom:		109px;
	*bottom:	143px;
	background: transparent;
	overflow: 	hidden;
}

#botoes{
	position: absolute;
	z-index: 199;
	top: 20;
	right: 0;
}

#botoes a{
	display: block;
	margin: 0 0 3px 0;
}

#legal{
	position: absolute;
	top: 490px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #9bb6c6;
	z-index: 9999999;
}

#legal span{
	display: block;
	margin: 10px 0 0 0;
	color: #464f5c;
}

#mascara_barra
{
	position: absolute;
	background: url(layout/mascara_barra.png);
	left: 15px;
	top: 444px;
	width: 945px;
	height: 20px;
	z-index: 99999;
	display:none;
}

#mascara_knob
{
	position: absolute;
	
	left: 121px;
	top: 578px;
	
	width: 31px;
	/**width: 30px;*/
	
	height: 10px;
	/**height: 1px;*/
	
	background: url(skin/controle.png) no-repeat right top;
	
	z-index: 99999;
	display: none;
	font-size: 1px;
}

#transparencia
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height:0;
	background: #1a1a20;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	z-index: 998;
	display:none;
}

#display{
	position: absolute;
	top: 0;
	left: 0;
	background: green;
	color: #fff;
	display: none;
}