
.loading_scene {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

#loading_scene {
width:840px;
margin-bottom:30px;
text-align : center;
font-weight:bold;
font-size:14px;
color: #737373;
}

#loading_scene img {
margin: 0px 10px -10px 0px;
}