



html , body {
height: 100%; /*Required */
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}


 /*NOVO */
body {
		background-color:#012964;
		color:#630;
		/*font:100.01%/1.4 sans-serif;*/
		text-align:center; /* Centralizar na horizontal no IE caso o site entre em Quirks mode */
		
		}
		
		
		#superbanner {height:90px; position:absolute; left:50%; margin-left:-364px; top:15px; width:728px}

	#distance { 
		width:1px;
		height:50%;
		/*background-color:#8aff66;*/
		margin-bottom:-250px; /* Metade da altura do nosso box que ficará centralizado */
		/*margin-bottom:-13.75em;  Metade da altura do nosso box que ficará centralizado */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* Coloca o container frente ao elemento com o id distance */
		text-align:left;
		height:500px;
		width:786px;
		clear:left;
		background-color:#012964; /* Cor do fundo de dentro */
		border:1px solid #ffffff;
		border-top-color:#fff;
		border-left-color:#fff;
		
		}


#tudo {
		/*margin:0 auto;*/
		position:absolute; /* Coloca o container frente ao elemento com o id distance */
		/*text-align:left;*/
		height:500px;
		width:786px;
		clear:left;
		background-color:#012964; /* Cor do fundo de dentro */

		}

/*
	#container h1 {
		font-size:120%;
		padding-top:7.4em;
		margin-left:2.4em;
		}

	#container p {
		margin:3em;
		
		}
*/
		
 /*NOVO */	



#rolagem {
position:relative;
top:1px;
left:360px;


width:425px;
height:498px;

/*overflow:auto;
overflow-x:hidden;
overflow-y:auto;*/

overflow:auto;
overflow-x:hidden;
overflow-y:auto;

z-index:20;
}



