body{
	background-image:url(../images/fundo.jpg);
}

a{
	text-decoration:none;
	font-weight:bold;
	color:#47519b;
}

#base{
	position:absolute;
	top:0px;
	width:780px;
	left:-390;
	margin-left:50%
}

#topo{
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
	height:200px;
	z-index:0;
}

#conteudo{
	position:absolute;
	top:200px;
	left:0px;
	width:780px;
	background-color:#000000;
	z-index:0;
}

#logo_roland{
	position:absolute;
	top:200px;
	left:580px;
	width:200px;
	height:50px;
	z-index:0;
	background-image:url(../images/logo_roland.jpg);
}

#menu_flash{
	position:absolute;
	top:250px;
	left:580px;
	width:170px;
	height:200px;
	z-index:0;
}

#contagem{
	position:absolute;
	top:697px;
	left:580px;
	width:170px;
	height:237px;
	z-index:3;
	background-image:url(../images/contagem_10.jpg);
	background-repeat:no-repeat;
}

#botao_flash{
	position:absolute;
	top:460px;
	left:580px;
	width:170px;
	height:237px;
	z-index:3;
	/*background-color:#99CC99;
	background-image:url(../images/contagem.jpg);
	background-repeat:no-repeat;*/
}

#barra_dir{
	position:absolute;
	top:250px;
	left:750px;
	width:170px;
	height:237px;
	z-index:4;
	background-image:url(../images/index_11.jpg);
	background-repeat:no-repeat;
}

#barra_esq{
	position:absolute;
	top:250px;
	right:610px;
	width:170px;
	height:237px;
	z-index:5;
	background-image:url(../images/index_12.jpg);
	background-repeat:no-repeat;
}

#contagem_flash{
	position:absolute;
	top:466px;
	left:596px;
	width:147px;
	height:202px;
	z-index:6;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C2C2C;
	line-height:20px;
	text-align:justify;
}

.texto_left{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#2C2C2C;
	line-height:20px;
	text-align:justify;
	text-align:left;
}

.asterisco_verm{
	color:#FF0000;
}