body{
	margin: 0px;
}

#cabecalho{
	width: 100%;
	height: 87px;
	background: url('../pics/fundo.png') repeat-x;
	min-width: 890px;
}

#img1{
	background: url('../pics/img1.png') no-repeat;
	height: 87px;
	width: 574px;
	float: left;
}

#img2{
	background: url('../pics/fundobotao.png') no-repeat;
	height: 87px;
	width: 150px;
	float: right;
}
#dvcampos{
	float: right;
	margin-top: 27px;
}

body input{
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 13px;
	width: 65px;
	height: 24px;
	margin-left: 10px;
	float: left;
	font-family: Arial,sans-serif;
}

#btAcess{
	width: 88px;
	height: 29px;
	margin-top: 28px;
	margin-left: 8px;
	cursor: pointer;
}

#Conteudo{
	width: 100%;
	height: 100%;
}

#aguarde{
	background: url('../pics/aguarde.png') no-repeat;
	width: 549px;
	height: 245px;
	position: relative;
	margin-top: 5%;
	left: 25%;


}

#aguarde img{
	margin-left: 110px;
	margin-top: 180px;
}



