body {
	    background-color: #398c02;
}

.loginElem {  background-color: transparent; }

        @font-face {
            font-family: SimpletonBold;
            src: url(font/Simpleton-Bold.otf) format("opentype");
        }

        @font-face {
            font-family: SimpletonRegular;
            src: url(font/Simpleton-Regular.otf) format("opentype");
        }

        @font-face {
            font-family: SimpletonThin;
            src: url(font/Simpleton-Thin.otf) format("opentype");
        }
		
		
#gameFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

#gameBGFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}


#gameOnFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

#partyFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
 
 #wrapper{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
	z-index: 1;
 }
 
 .screenElem{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	background-color: transparent;
	
}
 
#startScreen{
	position: absolute;
	z-index: 2;	
	background-color: transparent;
}

#startFrame{
	position: absolute;
	z-index: 2;	
	background-color: transparent;
}


#startFinnaFrame{
	position: absolute;
	top: 54%;
	left: 38%;
	width: 84%;
	height: 84%;
	z-index: 3;	
	background-color: transparent;
	opacity: 0;
}


#qrcode {
	position: absolute;
	top: 69.3%;
	left: 82%;
	width:12.8%;
	height:22.7%;
	background-color: transparent;
	z-index: 10;
	opacity: 0;
}

#imgStartScreen{
	position: absolute;
	z-index: 5;	
	background-color: transparent;	
}

#imgStartScreen2{
	position: absolute;
	z-index: 5;
	background-color: transparent;	
}


#introScreen{
	position: absolute;
	opacity: 0;
	z-index: 2;	
		background-color: transparent;	
}

#mainSong{}
#levelSong{}
#audioScuccess{}

 
#useDesktop{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #398c02;
	overflow: hidden;
	z-index: 2;
 }