@charset "utf-8";
.div_intro {
	height: 563px;
	width: 1000px;
    margin-top:36px;
    left:50%;
    margin-left:-500px;
	z-index:1;
	position: absolute;
	text-align:center;
}

.div_cabeca {
	height: 120px;
	width: 700px;
    left:50%;
    margin-top:0px;
    margin-left:-350px;
	z-index:10;
	position: absolute;
	top: 0px;
}

.div_pesquisa{
	height: 20px;
	width: 180px;
    left:50%;
    margin-top:0px;
    margin-left:320px;
	z-index:10;
	position: absolute;
	top: 5px;
}


.div_banner {
	height: 164px;
	width: 239px;
	right:0px;
	top: 45px;
	z-index:15;
	position: fixed;
}

body{
background-color: #000000;	
}

.background {
	background-color: #000000;
	background-image: url(../imagens/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	width:100%;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}