html, body {height:100%;} 

body{
	margin:0;
	padding:0;
	background-color:#FFF;
	outline: 0;
	color:#6b6b6b;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page
{
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:center;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
}

#page #centro
{
	width:1002px;
	margin:0 auto;
}

* html #page {height: 100%;}

#topo
{
	width:1002px;
}

img{
	border:0;
	outline:0;
}

a{
	outline:0;
	outline:none;
}

#conteudo
{			
	width:1002px;
	padding-bottom:75px;	
}

#esquerda{
	float:left;
}

#direita{
	float:right
}

#rodape
{
	left:0px;	
	text-align:center;
	position: absolute;
	height:70px;
	bottom:0;
	margin-bottom:0;
	width:100%;	
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif
}

#rodape #centro
{			
	width:1002px;
	text-align:left;	
	margin:0 auto;
	color:#979797;
	border-top:solid;
	border-top-color:dcdcdc;
	border-top-width:1px;
}

#rodape a
{
	text-decoration:none;
	color:#6b6b6b;
}
.clear {clear:both;}

form{margin: 0px; padding: 0px}

.caixa{
	border: 1px solid;
	border-color:#a8a8a8;
}

.botao
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #633;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor:pointer;
}

textarea{
	resize:none;
}

#idioma{
	/*position:absolute;
	margin-left:885px;
	margin-top:4px;*/
	float:right;
	padding-top:2px
}

#idioma a{
	text-decoration:none;
	color:#6b6b6b;
	font-weight:bold
}
