html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  cursor: default;
  -webkit-touch-callout: none;
   -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color:#171C75;
}
html {
  overflow: hidden;
  direction: ltr;
  -webkit-tap-highlight-color: transparent;
}

#currentScore
{
    position:absolute;
    bottom:1%;
    right:20%;
    text-align:center;
    font-family:Impact;
    visibility:visible;
}

#newDealBtn
{
    position:absolute;
    right:2%;
    top:2%;
    width:6%;
    cursor:pointer;
    opacity: 0.8;
}

#newDealBtn:hover
{
    opacity:1;
}

#background {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:block;
    z-index:-1;
}
#content {
    position: absolute;
    right: 5px;
    bottom: 20px;
    z-index: 100;
    max-width:300px;
    max-height:250px;
}

#privacy {
    position:absolute;
    right:0px;
    bottom:0px;
    z-index:9999;
}