@charset "utf-8";

/* CSS Document */

* {
	color: #0b0026;
}

body {

	margin: 0px;

	text-align: center;

	background-image: url(../img/bg.jpg);

	background-repeat: repeat-x;

	font: 12px "Trebuchet MS";

	background-color: #f2f2f2;

	width: 100%;

}



#conteiner {

	width: 960px;

	margin: auto;

	text-align: left;

	background-color:#FFFFFF;

	background-image:url(../img/bg_conteiner.jpg);

	background-repeat: repeat-x;

	position: relative;

}



#apDiv1 {

	position:absolute;

	left:0px;

	top:49px;

	width:100%;

	height:71px;

	z-index:1;

}

#apDiv2 {

	position:absolute;

	left:0px;

	top:0px;

	z-index:5;

}



.clearfloat { clear:both; height: 0px; line-height: 0px; }

a { cursor: pointer; }

#img_zinha_js {
	cursor: pointer;
}