@charset "iso-8859-1";
/* CSS Document */
a:link {
	color: #33FF00;
	text-decoration: none;
}

a:visited {
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

html, body {height:100%;} /**/

body {
	margin:0;
	padding:0;
	text-align:center;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #000090;
	scrollbar-base-color: #FFFFFF;
	scrollbar-dark-shadow-color: ##FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000090;
}

#tudo {
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;
}

* html #tudo {height: 100%;}/**/
#conteudo {padding-bottom:30px;}/**/

#topo {
	height:100px;
	text-align:center;
}

#principal {
	float:left;
	padding-top:30px;
	text-align:left;
	width: 100%;
}

#rodape {
	width:100%;
	height:25px;
	position: absolute;
	bottom: 0;
	text-align:center;
	color: #FFF;
}

#rodape p {
	margin:0;
}

.clear {clear:both;}
