 .no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	background: center no-repeat #fff;
}
body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
#homeDiv,#logoDiv,#soundDiv
{
	margin-top:2%;
}
#playGame,#nextDiv
{
	position:fixed;
	bottom:0;
}
#nextGame
{
	margin-top:12%;
}

.noPadding
{
	padding:0px !important;
}


#ButtonsDiv
{
	position:fixed;
	bottom:0;
}
#imagediv
{
border: 10px solid #aad45d;
    border-radius: 7%;	
}
