/* -------------------------------
	General
   ------------------------------- */
  
.htmlView {	color: #000; position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-family: 'Open+Sans', sans-serif; font-weight: normal; }

.button-clickable, .button-clickable *, .viewButton, .viewButton * { cursor: pointer; }

/* -------------------------------
	PreloadScreen 
   ------------------------------- */
#preloadScreen
{
	width: 960px; height: 540px;
}

#preloadScreen #background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 960px; 
	height: 540px;
	background-color: #151F2B;
}

#preloadScreen #preloaderContainer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
}

#preloadScreen #preloaderBackground
{
	position: absolute;
	top: -79px;
	left: -29px;
	width: 1067px;
	height: 868px;
}

#preloadScreen #preloaderCircle
{
	position: absolute;
	top: 66px;
	left: 268px;
	width: 422px; 
	height: 422px;
}

#preloadScreen #logo
{
	position: absolute;
	top: 207px;
	left: 377px;
	width: 210px;
	height: 144px;
}

#preloadScreen #nerfLogo
{
	position: absolute;
	top: 130px;
	left: 432px;
	width: 86px;
	height: 44px;
}

#preloadScreen #loadingTxtContainer
{
	position: absolute;
	top: 375px;
	left: 330px;
	width:300px;
	text-align: center;
}

#preloadScreen .txt_loading
{
	color: lightblue;
	/*position: absolute;
	top:0px;
	left:0px;*/
}


