#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-progress-border
{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;

	width: 50%;
	height: 7vh;
	padding: 2px;
	border: 1px solid white;
	box-shadow: 0px 0px 50vh silver;
}

#shiva-progress
{
	height: 100%;
	width: 0%;
	background: white;
}

.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;
}
