@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
}
#apDiv1 {
	margin: 0 auto;
	width:800px;
	height:400px;
	z-index:1;
}
#missao {
	font-family:"Trebuchet MS", "Tw Cen MT", Verdana;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	color: #666666;
	text-align:center;
	
	}
#selo {
	margin: 0 auto;
	float:right; 
	width:50px;
	height:100px;
	z-index:1;
}
#logo {
	margin: 0 auto;
	float:left; 
	width:700px;
	height:105px;
	z-index:1;
}