@charset "utf-8";
/* CSS Estrutura Geral */

body{
	background:url(../imagens/css/bkg_int.jpg) center top ;	
	text-align:center;
	margin:0;
	}

/* Conteudo */
#Int_Con{
	width:980px;
	margin:0 auto;
	}

/* Botao Portugues */
#Int_Bot_Por{
	width:480px;
	margin-top:540px;
	text-align:right;
	float:left;
	}

/* Botao Ingles */
#Int_Bot_Ing{
	width:440px;
	padding-left:40px;
	margin-top:540px;
	float:left;
	text-align:left;
	}
