html,body {
  width:98%;
  height: 98%;
  margin: 1%;
  background-color:#000000;
  color:#000000;
  font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 62,5% !important;
}

#divImageChoiceContainer {
  padding:2%;
  padding-bottom:4%;
  width: 96%;
  background-color:#FFFFFF;
  border-radius: 2vw;
  -webkit-border-radius:2vw;
  -moz-border-radius: 2vw;
  text-align:center;
  overflow:hidden;
}

#divImageChoiceHeader {
  position:relative;
  padding:0;
  text-align:left;
  overflow:hidden;
}

#divImageChoiceHeader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -4% 0 0 -28%;
}

#divImageChoiceHeader div h1, #divImageChoiceHeader div h3 {
  margin:0;
}

#divImageChoiceHeader div h1 {
  font-size:4vw;
}

#divImageChoiceHeader div h3 {
  font-size:2.3vw;
  font-weight:normal;
}

.gameLogo {
  width:20%;
  height:auto;
  padding-right:2%;
  vertical-align:middle;
  float:left;
}

.btnGame {
    border-radius: 25px;
    box-shadow: 2px 2px 2px #888888;
    width:15%;
    height:auto;
    padding:1%;
    margin-top:2%;
    background-color:#bc5a09;
    font-size:1.5vw;
    font-weight:bold;
    color:#FFFFFF;
    cursor: default;
}

.btnGame:hover { 
    background-color: #F2D31F;
    cursor: pointer;
}

.btnGame:active { 
    background-color: #A0A0A0;
}

.btnGame2 {background-color:#911404;}
.btnGame2:hover {background-color:#bc5a09;}

#footer {
  margin:1em auto;
  text-align:center;
  color:#FFFFFF;
  font-size:1.3em;
  font-size:1.3vw;
}


