* {
margin:0;
padding:0;
border:0;
}

body {
font-family:Geneva, Arial, Verdana, sans-serif;
background:url(../imagens/fundo.png) repeat-x top center fixed ;
margin:0px;
font-size:13px;
line-height:18px;
width:100%;
}

/*//////// DIV PRINCIPAL ///////////*/
#pagina {
	/*border:#ffffff 1px solid;*/
	text-align: left;
	width:975px;
	height:100%;
	margin:auto;
	padding:8px 0px 10px 0px;
	display: table;	
}

#topo {
height:222px;
}

#menu {
width:426px;
padding-left:213px;
height:27px;
text-align:right;
}

#botaoMenu {
padding-left:2px;
}


#arvore {
width:629px;
height:492px;
float:left;
background-color:#FFFFFF;
}

#arvoreJOGO {
width:100%;
height:492px;
float:left;
background-color:#FFFFFF;
}

#formulario {
width:287px;
height:446px;
background:url(../imagens/fundoFormulario.png) no-repeat;
float:left;
margin-left:9px;
padding:30px 15px 15px 15px;
}

#textoFormulario {
width:285px;
height:196px;
background:url(../imagens/textoFormulario.png) no-repeat;
}

#numerosContagem {
padding:75px 5px 70px 70px;
text-align:right;
}

#bannerGame {
width:629px;
height:161px;
background-color:#000000;
float:left;
margin:10px 9px 0px;
}

#arvore, #bannerGame,#topo,#redesSociais {
margin-left:10px;
}

#twitter {
width:293px;
height:136px;
float:left;
background-color:#fff;
margin-top:10px;
padding:12px;
}

#redesSociais {
width:955px;
height:40px;
margin-top:10px;
padding-top:6px;
text-align:center;
background-color:#FFFFFF;
}

#twitter_update_list { margin-top:6px; }

ul { list-style:none; }
li { line-height:22px; }

#formulario ul { margin-top:30px; }

#conteudoInterno{ margin:20px; }

#logoInterna {text-align:center; margin:10px;}

.w100 { width:100%; }

.center { text-align:center; }

/*//////// ////////////////// ///////////*/
/*//////// ////FONTES/ ///////////*/
/*//////// ////////////////// ///////////*/

.branco { color:#FFFFFF; }
.cinza { color:#999999; }
h3 { font-size:25px; }

.font12 { font-size:12px; }

a:link { color:#415988; }

a:hover { color:#4b69a3; }

a:visited { color:#4b69a3; }

/*//////// ////////////////// ///////////*/
/*//////// ////////////////// ///////////*/
/*//////// ////////////////// ///////////*/


/*//////// ////////////////// ///////////*/
/*//////// ////////FORMS/ //////////////*/
/*//////// ////////////////// ///////////*/

.inputTexto {
color:#415988;
background-color:#ededed;
height:22px;
width:280px;
padding:3px;
}

/*//////// ////////////////// ///////////*/
/*//////// ////////////////// ///////////*/
/*//////// ////////////////// ///////////*/

/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="imagens/blank.png").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}

