@charset "utf-8";
/* CSS Document */

*{
	border:0;
	margin:0;
	padding:0;	
}

body{
	background:url(../imagens/fundo_site.gif);	
	font-family:Arial, Helvetica, sans-serif;
}

.contorno{
	width:1000px;
	margin:0 auto;	
}

#seleção{
	background:url(../imagens/fundo_brasil.jpg) no-repeat center top;
	width:607px;
	height:560px;
	margin:20px auto 0 auto;
}

#seleção .texto_esp{
	text-align:center;
	padding:150px 0 0 0;
	font-size:21px;
	color:#000;
	font-weight:bold;
}

select{	
	width:300px;
	margin:10px auto 0 155px;
	font-size:18px;
	border:0;	
}

.rodape{
	font-weight:bold;
	width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:12px;	
}

.rodape a{
	color:#073490;
	text-decoration:none;	
}

.rodape a:hover{
	color:#144796;
	text-decoration:underline;	
}