/* #game {
  position: fixed;
  top: 0px;
  left: 0px; 
  width: 640px;
  height: 360px; 
}
#canvas {
  position: fixed;
  top: 0px;
  left: 0px; 
  width: 640px;
  height: 360px; 
}*/
#createOpt {
	position: fixed;
	top: 150px;
	left: 90px; /*165px;*/
	width: 640px;
	height: 360px; 
	z-index: 10;
} 
#button {
  background-color: #000;
  border: none;
  color: white;
  width: 145px;
  height: 48px; 
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 0px 36px 6px;
  cursor: pointer;
} 
#buttonTwo {
  position: fixed;
  top: 283px;
  left: 165px;
  background-color: #000;
  border: none; 
  color: white;
  width: 145px;
  height: 48px; 
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 6px 16px;
  cursor: pointer;
}
#buttonThree {
  position: fixed;
  top: 166px;
  left: 400px;
  background-color: #000;
  border: none; 
  color: white;
  width: 145px;
  height: 48px; 
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 6px 16px;
  cursor: pointer;
}
/* #playerAScore {
  position: absolute;
  display: none;
  top: 276px;
  left: 172px; 
  color: black; 
  font-size: 24px; 
}
#playerARally {
  position: absolute;
  display: none;
  top: 276px;
  left: 328px; 
  color: black; 
  font-size: 24px; 
}
#playerDScore {
  position: absolute;
  display: none; 
  top: 102px; 
  left: 5px; 
  color: black; 
  font-size: 24px; 
}
#playerDRally {
  position: absolute;
  display: none; 
  top: 122px; 
  left: 5px; 
  color: black; 
  font-size: 24px; 
}
#playerBScore {
  position: absolute;
  display: none; 
  top: 102px; 
  left: 474px; 
  color: black; 
  font-size: 24px; 
}
#playerBRally {
  position: absolute;
  display: none; 
  top: 122px; 
  left: 474px; 
  color: black; 
  font-size: 24px; 
}
#allonline {
  position: fixed;
  display: inline; 
  top: -24px; 
  left: 260px; 
  color: black; 
  font-size: 14px; 
}
#estudio {
  position: fixed;
  display: inline; 
  top: 305px; 
  left: 205px; 
  color: black; 
  font-size: 14px; 
}
#btnSFX {
  position: fixed;
  top: 10px;
  left: 584px;
  background-color: #000;
  border: none; 
  color: white;
  width: 48px;
  height: 48px; 
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px; 
  cursor: pointer;
}
#btnHome {
  position: fixed;
  top: 68px;
  left: 584px;
  background-color: #000;
  border: none; 
  color: white;
  width: 48px;
  height: 48px; 
  text-align: center;
  text-decoration: none; 
  font-size: 12px; 
  cursor: pointer;
}
#btnEnd {
  position: fixed; 
  top: 10px; 
  left: 526px; 
  background-color: #000;
  border: none; 
  color: white;
  width: 48px;
  height: 48px; 
  text-align: center;
  text-decoration: none; 
  font-size: 18px; 
  cursor: pointer;
}
#btnScore {
  position: fixed; 
  top: 283px; 
  left: 584px; 
  background-color: #000;
  border: none; 
  color: white;
  width: 48px;
  height: 48px; 
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 12px; 
  cursor: pointer;
}
#imageKeyA {
	position: fixed;
	display: none;
	top: 76px;
	left: 80px;
}
#imageKeyLeft {
	position: fixed;
	display: none;
	top: 222px;
	left: 80px;
}
#imageKeyD {
	position: fixed;
	display: none;
	top: 76px;
	left: 495px;
}
#imageKeyRight {
	position: fixed;
	display: none;
	top: 222px;
	left: 495px;
}
#invite {
	position: fixed;
	display: none;
	top: 283px;
	left: 326px; 
}
#btnInvite {
  position: absolute; 
  top: 24px; 
  left: 0px; 
  background-color: #000;
  border: none; 
  color: white;
  width: 145px;
  height: 24px; 
  text-align: center;
  text-decoration: none; 
  font-size: 18px; 
  cursor: pointer;
}
#tableScore {
	position: fixed;
	display: none;
	top: 30px;
	left: 170px; 
	width: 150px;
	height: 300px; 
	padding: 0px 5px 0px 0px;
	font-size: 18px;
	text-align: center;
}
#tableRally {
	position: fixed;
	display: none;
	top: 30px;
	left: 320px; 
	width: 150px;
	height: 300px; 
	padding: 0px 0px 0px 5px;
	font-size: 18px;
	text-align: center;
}
#submit {
	position: fixed;
	display: none;
	top: 115px;
	left: 474px; 
}
#btnSubmitScore {
  position: absolute; 
  top: 24px; 
  left: 0px; 
  background-color: #000;
  border: none; 
  color: white;
  width: 145px;
  height: 24px; 
  text-align: center;
  text-decoration: none; 
  font-size: 18px; 
  cursor: pointer;
} */