#cnv{
	background-image:url("img/Menu.png");
	border:1px solid black;
	position:absolute;
	left:400px;
	top:10px;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:0px,0px;
	transition:2s;
}

#PlayGame{
	background-image:url("img/btnsGAme/BtnMenu.png"); 
	background-size:100%,50%;
	background-repeat:no-repeat;
	position:absolute;
	left:550px;
	top:400px;
	width:200px;
	height:40px;


	text-align: center;
	vertical-align:center;
	color:white;
	user-select:none;
	transition: 0.05s linear;
	box-shadow: 0px 5px #000;
	z-index: 1;
}
#Settings{
	background-image:url("img/btnsGAme/BtnMenu.png"); 
	background-size:100%,50%;
	background-repeat:no-repeat;
	position:absolute;
	left:550px;
	top:470px;
	width:200px;
	height:40px;
	text-align: center;
	color:white;
	user-select:none;
	transition: 0.05s linear;
	box-shadow: 0px 5px #000;
	z-index: 1;

}
p{
	display: inline-block;
  	vertical-align: middle;
}


#LinkPage{
	background-image:url("img/btnsGAme/BtnMenu.png"); 
	background-size:100%,50%;
	background-repeat:no-repeat;
	position:absolute;
	left:550px;
	top:540px;
	width:200px;
	height:40px;
	text-align: center;
	color:white;
	user-select:none;
	transition: 0.05s linear;
	box-shadow: 0px 5px #000;
	z-index: 1;
}


#PlayGame:active{
	transform:scale(1.1);
}
#Settings:active{
	transform:scale(1.1);
}
#LinkPage:active{
	transform:scale(1.1);
}



#config{
	background-image:url("img/SettingsGame.png");
	background-size:100%;
	background-repeat: no-repeat;
	position:absolute;
	left:495px;
	top:140px;
	width:300px;
	height:230px;
	visibility:hidden;
	z-index: 4;
}
#Over{

	position:absolute;
	left:518px;
	top:140px;
	width:280px;
	height:180px;
	box-shadow: 0px 5px black;
	visibility: hidden;
	background-image:url("img/gameOver.png");
	background-size:100%;
}

.btn{
	border-radius: 10px;
	width:75px;
	height:23px;

}
#btnScore1{
	background-image:url("img/btnsGAme/on.png");
	background-repeat: no-repeat;
	background-position:0px,20px;
	position:absolute;
	top:150px;
	left:180px;
}
#btnScore2{
	background-image:url("img/btnsGAme/on.png");
	background-repeat: no-repeat;
	background-position:0px,20px;
	position:absolute;
	top:105px;
	left:180px;
}
#restart{
	width:50px;
	height:50px;
	position:absolute;
	top:127px;
	left:60px;
	background-image:url("img/btnsGAme/btn1.png");
	background-size: 100%;
}
#home{
	width:50px;
	height:50px;
	position:absolute;
	top:130px;
	left:20px;
	background-image:url("img/btnsGAme/btn2.png");
	background-size: 100%;
}
#menuMusic{
	visibility: hidden;
}


#restart:hover{
transform:scale(1.1);
}
#home:hover{
transform:scale(1.1);
}
#btnScore1:hover{
transform:scale(1.1);
}
#btnScore2:hover{
transform:scale(1.1);
}


#pt{
	position:absolute;
	top:104px;
	left:113px;
	color:white;
}
/*
#scr{
	position:absolute;
	top:140px;
	left:170px;
	font-size:15px;
	color:white;
}*/