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


body{
	background-color:#000;
	overflow:hidden;
}

#logo{
	width:84px;
	height:104px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-110px 0 0 -42px;
	z-index:3;
}
	

#faixa{
	width:100%;
	height:140px;
	position:absolute;
	top:50%;
	margin:-120px 0 0 0;
	z-index:2;
	background:url(../imgs/bg_intro.png) center top no-repeat;
}

#infos{
	width:240px;
	height:83px;
	position:absolute;
	top:50%;
	left:50%;
	margin:20px 0 0 -120px;
	z-index:2;
}
	

