#intro {
	position: fixed;	
	left:10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	background-color: #FFF;
}
.logo {
	position:absolute; 
   top:50%; /* adjust this as needed */     
   left:0; 
   width:100%; 
   text-align:center;
}
