body {
  background: url(../images/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #EEE;
  background-color: rgb(17, 17, 17);
}
#nextTopTiles {
  margin-top: 10px;
}
#nextBottomTiles {
  margin-bottom: 15px;
}
#container {
  margin: 20px auto;
  position: relative;
  text-align: center;
}
canvas#main {
  background-color: #111111;
  margin-bottom: 0px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-radius: 3px;
}
#score {
  font-size: 21px;
  display: block;
  width: 65px;
  height: 25px;
  background-color: rgba(10, 10, 10, 0.3);
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  border-color: rgba(255, 255, 255, 0.05);
  border-width: 0px 1px 1px 0px;
  float: right;
}
#playerTiles {
  float: left;
}
#info {
  width: 330px;
  margin: 0 auto;
  display: block;
  color:rgba(255, 255, 255, 0.5);
  line-height: 19px;
}
#footer a {
  text-decoration: none;
}
#footer img {
  margin: 5px;
  width: 16px;
  height: 16px;
}
#footer {
  color: #333;
}