body {
          margin: 0;
          width: 50%;
          height: 50%;
          font-family: "Arial";
          font-size: 14;
        }
#question {
	color:white;font-weight: bold;width:360px;
}
#answer {
	color:white;font-weight:bold;padding-bottom:10px
}
div#answer div{
  padding-bottom: 10px
}  
#endgame .bgend{
    position: absolute;
    top: 0;
    width: 800px;
    height: 480px; 
}
#endgame .playname{
    position: absolute;
    top: 269;
    left: 307;
    width: 162px;
    height: 40px;
    color: rgb(255, 153, 0);
    font-size: 18;
    font-family: "Arial";
    
}
#endgame .playagain{
  position: absolute;
  top: 350;
  left: 380;
  width: 150;
}
#endgame .score{
  position: absolute;
  top: 234;
  left: 344;
  color: rgb(239, 241, 229);
  font-family: "Arial";
  font-size: 20;
  width: 200;
}
#endgame .savescore{
  position: absolute;
  top: 350;
  left: 210;
  width: 150;
}

#info-player,#info-friend{
  position: absolute;
  top: 250;
  color: white;
  left: 372;
  font-weight: bold;
}

#recom span{
	position: absolute;top: 20;color: white;left: 10;font-size: 16;
}
#box-gt{
  position: absolute;
  top: 24;
  left: 50;
  display: none;
}
#box-gt span{
  width: 200;
  position: absolute;
  top: 36;
  left: 30;
  color:white;
}
#about{
  background-image: url("../img/bg_menu_choilai.jpg");
  height: 480px;
  width: 800px;
  position: absolute;
  top: 0;
  display: none;
}
#about .exit{
  position: absolute;
  top: 370;
  left: 290;
  width: 180px;
  height: 50px;
}
#about .me{
  position: absolute;
  top: 200;
  left: 240;
  color: white;
  font-weight: bold;
}
.loader {
    text-align: center;    
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 10px auto;
    background: white;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }