@charset "utf-8";
/* CSS Document */
#camada {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1000;
}
#informacao {
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 32px;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	z-index: 1010;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 32px;
	vertical-align: middle;
}
#fundo-congelado {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	filter:alpha(opacity=80, finishopacity=80, style=1);
	opacity:0.8;
	-khtml-opacity:0.8;
}
body {
	margin: 0px;
	padding: 0px;
}