html,
body {
   margin:0 0 0 0;
   padding:0;
   height:100%;
}
.tudo {
   min-height:100%;
   position:relative;
}
.topo {
   padding:0px;
}
.conteudo {
   padding:0px;
   padding-bottom:0px;   /* Mesma Altura do Rodapé */
}
.footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:47px;   /* Mesma Altura do Rodapé */

}

#popup
{
	overflow: hidden;

	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	border:0px solid #000000;
	border-radius: 10px;
	Z-INDEX: 1000;
    LEFT: 50%;

    POSITION: absolute;
    TOP: 100px;
    padding:10px 10px 10px 10px;
}

#transp
{
	z-index: 100;
	width: 1000px;
	height: 1000px;
	background-color:#f7f7f7;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#login {
	position: relative;
    margin: 41px 0 0px 0;
	width: 295px;
	height: 142px;
	background-image: url('admin/imagens/box_login.png'); background-repeat:no-repeat; background-position:center; background-position:top;
}

