body {
  background-color:#CFC3AB; /*Cambiamos el color del body para que vaya acorde con la página*/
}
#background_wrapper {
  width:1000px; /* Tamaño fijo para todo bookingstep 2 - 3 */
  height:1000px; /* Tamaño fijo para todo bookingstep 2 - 3 */
  margin: 0 auto;
  position:relative;
}
#background_img {
  position: fixed;
  top: 0;
}
* html #background_img, *+html #background_img{
  position:static;
}
#background_div {
	height:1000px;
	background-image:url(bg_miraibooking.png);
}