/*para a pagina de abertura. O body e as tabelas tem font-size de 11 para o alinhamento dos
links do fundo do NS ficarem ok*/
body {
	font-size : 10px;
	margin : 0px;
	background-color: #373C3E;
	background-image: url(../imgs/riscas.gif);
	background-repeat: no-repeat;	
}
/*Site propriamente dito*/
.Central{
	width: 100%;
	height: 100%;
}
.Celula{
	vertical-align: middle;
	text-align: center;
}