
#loading_screen
{
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: white;
  color: #ACABAB;
  text-align: center;
  padding-top: 300px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
