html {
	height:100%;
	overflow:auto; /* IE7 - REMOVER SCROLL QUANDO NÃO PRECISA */
	}

:focus
{
  -moz-outline-style: none;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(../image/bg.png) top left repeat-x;
	background-color: #d5e1ec;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	}
div, img, p, a, h3 {
	margin:0;
	padding:0;
	}


/* BOX LOGIN
---------------------------------*/
div#bg {
	background: url(../image/gradient.png) center center no-repeat;
	width:100%;
	height:100%;
	margin:0 auto;
	clear:both;
	}

div#vertical{
	
	float:left;
	height:50%;
	margin-top:-150px;/* half vertical height*/
	width:100%;
}

div#caixa {
	width:258px;
	height:250px;
	margin:0 auto;
	clear:both;
	}

div#lingua {
	margin-top: 20px;
	width:258px;
	text-align: center;
	}
	
div#lingua a {
	font-size: 9px;
	color:#000;
	text-decoration: none;
	border-bottom: 1px solid #cfb87b;
	
	margin-right: 15px;
	}

div#lingua a:hover {
	color: #cfb87b;
	}
	
div#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:25px;   /* Height of the footer */
}

div#footer #esq {
	color: #6f6f6f;
	margin-left: 20px;
	float: left;
	}
	
div#footer #dir {
	color: #6f6f6f;
	margin-right: 20px;
	float: right;
	}
	
div#footer #dir a {
	text-decoration: none;
	color: #6f6f6f;
	font-weight: bold;
	}