.shiva-canvas
{
  position: absolute;
  padding: 0;
  margin: 0;

  width: 100%;
  height: 100%;
  text-align: center;
  font-family: arial;
  color: #646464;

  background-size: auto 10%;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center, center center;

  display: block;
  border: 0px none;
}

.shiva-splash
{
  position: absolute;
  padding: 0;
  margin: 0;

  width: 100%;
  height: 100%;
  text-align: center;
  font-family: arial;
  color: #646464;

  background-size: auto 100%;
  background-color: #000000;
  background-image: url("splash.png");
  background-repeat: no-repeat;
  background-position: center center, center center;

  display: block;
  border: 0px none;
}

.shiva-progress
{
  position: absolute;
  display: block;
  height: 4px;
  width: 0px;
  background: #ffffff;
  box-shadow: 0px 1px 2px #888888;
}

.shiva-error
{
    position: absolute;
    vertical-align:middle;
    width: 100%;
    top: 66%;
    font-family: Helvetica, Arial, Sans;
    color: #f11;
    line-height:18px;
    font-size:15px;
    text-align:center;
}

.shiva-error a, .shiva-error a:hover, .shiva-error a:active
{
    color: #f99;
    text-decoration:none;
}
