body
{
	height:100%;
	overflow:auto;
	font-family:  'Droid Sans', sans-serif;
	font-size: 12pt;
	background-color: #250140;
	color: #ccc;
	text-align: center;
	margin: 0px;
	padding: 0px;
	outline: none;
	position: relative;
	margin-left: auto;
	marging-right: auto;

	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

#splash_main
{
	position: relative;
	margin: 0px auto;
	min-height: 900px;
}

#hir_splash_image
{
	position: relative;
	margin: 0px auto;
	cursor: pointer;
}

#hir_splash_loading
{
	position:absolute;
	width:175px; /*image width */
	height:175px; /*image height */
	left:50%;
	top:40%;
	margin-left:-87px; /*image width/2 */
	margin-top:-87px; /*image height/2 */
	visibility: hidden;
}
