body
{
	background-image: url("BG.jpg");
	background-color: #444444;
	background-repeat: repeat;
}
#title-image
{ 
	margin: auto;
	width: 50%;
}
#unity-build-title 
{ 
	color:white; 
}
#unity-container.unity-desktop 
{ 
	left: 50%; 
	transform: translate(-50%, 5%) 
}
#unity-loading-bar 
{ 
	position: absolute; 
	left: 50%; 
	top: 25%; 
	transform: translate(-50%, -50%); 
	display: none 
}
#tunza_text 
{ 
	position: relative;
	padding: 5% 5% 5% 5%;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#tunza_text a
{ 
	color:#cccccc;
	text-decoration: none;
}