/* Estilização da tag #Html */
html, body {
	height:100%;
	overflow:hidden;
}

/* Estilização da tag #Body */
body {
	margin:0;
	padding:0;
	color:#000;										/* Textos na cor preta, por padrão      */
	font-size:12px;										/* Alteração no tamanho da letra  */ 
	line-height:18px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:justify;
	background:url(../../imgs/fundo_tela.png) fixed center center;
}

img {
	border:none;
	vertical-align:middle;
}


/* * * * * DIVS * * * * */

/* Estilização da div#tudo */
#siteRO {   
	height:100%;
}

/* Estilização da div#menu */
#menu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
}

#miolo {
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1;
}

#agua {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:0;
}

#rodape {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9998;
}