*{
font-family:Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}
body{
background:url(../imagens/bg_pre.gif);
text-align:center;
}
#conteudo{
margin:auto;
text-align:left;
width:630px;
height:300px;
margin-top:135px;
}
	#logo{
	float:left;
	width:330px;
	height:205px;
	background:url(../imagens/logo_pre.gif) no-repeat;
	}
	#mapa{
	float:left;
	width:300px;
	height:205px;
	background:url(../imagens/mapa_pre.gif) 0 15px no-repeat;
	}
	#azul{
	float:left;
	width:285px;
	height:95px;
	background:#0b96ff;	
	opacity:0.5;		
	filter:alpha(opacity=50);	
	position:relative;
	left:335px;
	margin-right:75px;
	z-index:10;
	}		
	#cidade{
	float:left;
	width:245px;
	height:55px;
	position:relative;
	margin-top:20px;
	z-index:20;	
	}
		#cidade p{
		color:#FFF;
		font-size:15px;
		font-weight:bold;
		}
		#cidade select{
		width:240px;
		margin-top:5px;
		color:#6f7377;
		}		
		#cidade option{
		font-size:14px;
		color:#6f7377;
		}