body {
	background:#fff;
	}
/* resolve muitos problemas */
* {
	margin:0;
	padding:0;
	border:0;
	}
h1 {
	display:none;
	}	
p {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	}	
ul.none {
	list-style-type: none;
	}	
#container {
	background:#fff url(../imgs/fundo.jpg) no-repeat;
	position:absolute;
	width:770px;
	height:500px;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-385px;
	}
#idiomas {
	float:left;
	width:750px;
	height:50px;
	padding:10px 0 0 20px;
	}	
#contato {
	float:left;
	width:250px;
	height:130px;
	padding:270px 0 0 20px;
	margin-top:20px;
	}
	
/*#criacao {
	float:left;
	width:100%;
	height:20px;
	padding:0 0 0 20px;
	margin-top:20px;
	}*/	
#info {
	float:left;
	width:320px;
	height:510px;
	padding:108px 0 0 10px;
	text-align:center;
	}
#imagens {
	float:left;
	width:148px;
	height:240px;
	padding:0 0 0 5px;
	margin-top:-50px;
	}
#links {
	float:left;
	width:280px;
	height:90px;
	padding:10px 0 0 20px;
	margin-top:-160px;
	}	

#texto{
	float:left;
	padding:0 200px 0 0;
	margin-top:-160px;
}		
#texto p{
	text-indent:20px;
}