body{
  width:100%;
  height:100%;
}

#bl_background{
  position:fixed;
  z-index:-1;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

#bl_background img{
  width:100%;
  height:100%
}

#info{
  max-width: 60%;
	max-height: 60%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  margin: auto;
}
