@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	}

img {
	border:0;
	}

body {
	background:#2668b6 url(../img/back.png) repeat;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	}
	
/* Hack para o rodape ficar sempre no fim da página, rodape fixo */

body, html { height:100%; } /* Necessário */

div#limites {
	position:relative;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
}

div#content {
	padding-bottom:50px; /* Esse padding é o mesmo valor da altura do rodapé */
}

#rodape {
	position:absolute;
	bottom:0 !important;
}
	
/* FIM do Hack */

div#content {
	background:url(../img/flores.png) no-repeat;
	width:768px;
	margin:0 auto;
	}

div#logo {
	margin-left:40px;
	}

div#escolha {
	margin-left:500px;
	margin-bottom:100px;
	}

div#tres_paises {
	margin-top:30px;
	}

div#tres_paises li{
	float:left;
	padding-right:30px;
	}
div#dois_paises {
	width:190px;
	margin:0 auto;
	}

div#dois_paises li{
	float:left;
	padding-right:30px;
	}
	
div#clear {
	clear:both;
	}
/*
div#rodape {
	background:url(../img/back_rodape.png) repeat-x;
	width:100%;
	}

div#rodape_meio li {
	float:left;
	}
div#rodape_meio .texto {
	width:729px;
	line-height:15px;
	}
div#rodape_meio {
	width:768px;
	margin:0 auto;
	padding-top:5px;
	height:20px;
	} */