
body{ 
	margin: 0;
	padding: 0;
}

.intros{
	display = none;
	z-index: 1000;
}

.intros-back{
	position: absolute;
	left: 0%;
	width: 100%;
}

.intros-container{
	position: absolute;
	left: 0%;
	width: 100%;
	overflow: visible;
}
 
.intros-content{
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
}

.intros-flash{ 
	vertical-align: middle; 
}