@charset "utf-8";
/* CSS Estrutura Geral */

html, body{
	height:98%;
}

body{
	background:#000 url(../imagens/css/bkg_int_fla.jpg) center top;
	text-align:center;
}

#Int_Dis {
    width:1px;
    height:52%;
    margin-bottom:-13.75em; /* Metade da altura do nosso box que ficará centralizado */
    float:left;
}

/* Conteudo */
#Int_Fla{
	margin:0 auto;
    position:relative; /* Coloca o container frente ao elemento com o id distance */
    text-align:left;
    height:216px;
    width:409px;
    clear:left;
}

/* Pular Introducao */
.Int_Fla_Pul{
	text-align:center;
}

/* Links */
/* Fonte Pular Introducao */
.Int_Fla_Pul_Lin{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	}
	.Int_Fla_Pul_Lin:hover{
		color:#666;
		text-decoration:underline;
		}
	.Int_Fla_Pul_Lin:visited{
		color:#666;
		}

/* Retira os outlines das tags object */
object {
	outline: none;
	}