#intro_screen{
	z-index:1;
	position:relative;
	text-align:center;
}

#intro_title{
	z-index:2;
	position:relative;
	background-image: url('../assets/intro_screen/logo.png');
	background-repeat:no-repeat;
	/*background-position-x: 50%;*/
	background-position: center 0;
}
 
#intro_btn_explain_container {
	z-index:3;
	position: absolute;
	top: 60%;
	width: 100%;
	text-align: center;
}

#intro_start_btn_container {
	z-index:4;
	position: absolute;
	top: 350px;
	width: 100%;
	text-align: center;
}

#intro_footer_btn_container {
	z-index:5;
	position: absolute;
	top: 440px;
	width: 100%;
	height: 70px;
	text-align: center;
	
}