@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-color:#99ccff;
	background-image:url(../imagens/bg_barralateral.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#imagem_de_fundo {

	position:fixed;
	bottom: 0px;
	right: 0px;
	z-index:-1;
	}
	
#logotipo {

	position:fixed;	
	top: 10px;
	left: 10px;
	z-index:0;
	}
	
#emdesenvolvimento {

	position:fixed;	
	top: 137px;
	left: 30px;
	z-index:1;
	}
	
#inaccount {

	position:fixed;	
	bottom: 10px;
	left: 30px;
	z-index:2;
	}


#box1 {
position:fixed;
background-color: #000000;
color: #FFFFFF;
opacity:.20;
top: 170px;
width: 500px;
left: 30px;
filter: alpha(opacity=20);
-moz-opacity: 0.20;
z-index:0;
}