/************************************************/
/* all style informations for the loading page  */
/* and error page                               */
/*                                              */
/* Version: 1.01                                */
/************************************************/

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

img
{
  position:   absolute;
  left:       50%;
  top:        50%;
  text-align: center;
  margin:     auto;
}

#error
{
  position:     absolute;
  padding:      20px;
  top:          40%;
  text-align:   center;;
  margin:       auto;
  color:        red;
  font-weight:  bold;
  font-family:  Arial;
  font-size:    20px;
}