html  body {
overflow: hidden;
padding: 0px;
margin: 0px;
background-color: #022A45;
font-family:'MyriadPro-Light,MyriadPro-Regular';

}
*
{
padding:0;
margin:0;
font-family:'source_sans_proregular',source_sans_probold;

}


#phaser-container
{
position:absolute;
width:100%;



}
.hideCursor
{
cursor: none;
 
}
.showCursor
{
cursor:default;
}
#MainContainer
{
	position:relative;
	height:768px;
	width:1024px;
	display:block;
	pointer-events:none;
	
}
#logo
{
	position:fixed;
	color:white;
	font-size:15px;
	margin-left: 2%;
	bottom: 3%;
}


#info
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 2%;
	bottom: 3%;
	width: 25px;
	height: 25px;
	cursor:pointer;
}
#info>img
{
width:100%;
height:100%;
}
#infopopup
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 2%;
	bottom: 55px;
	display:none;
}
 
#loader
{
position: absolute;
width: 100px;
height: 100px;
top: 338px;
left: 425px;
background: url(../assets/images/loader.gif) no-repeat;
background-size: contain;

}
.infoClicked
{
	opacity:0.4;
}