* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  background: #C8C8C8;
  color: #767676;
  -webkit-font-smoothing: antialiased;
  border-top: solid 5px #7a7a7a;
}

#header {
  margin: 30px auto 10px auto;
  width: 590px;
  overflow: hidden;
  vertical-align: bottom;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
}

#header h2 {
  float: left;
  font-size: 40px;
  font-weight: bold;
  color: #555;
  letter-spacing: -1px;
}

#header h3 {
  float: right;
  font-size: 13px;
  font-weight: bold;
  color: #767676;
  margin-top: 25px;
}

#container {
  margin: 0 auto;
  text-align: left;
  text-align: center;
  width: 510px;
  padding: 30px 50px;
  background: #fff;
  background-image: url(/img/bg-container-download.png), -webkit-gradient(linear, 0 0, 0 30%, from(#fff), to(#efefef));
  background-image: url(/img/bg-container-download.png), -moz-linear-gradient(center bottom, #fff 0%, #efefef 30%);
  background-repeat: no-repeat, repeat-x;
  background-position: right bottom, top left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  margin-bottom: 20px;
  overflow: hidden;
}

#footer {
  font-size: 13px;
  font-weight: bold;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  margin-bottom: 20px;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #444;
}

a:hover {
  text-decoration: underline;
}

table {
  font-size: 11px;
  text-align: left;
}

table td {
  padding: 5px;
}

h1 {
  font-weight: 200;
  font-size: 43px;
  color: #444;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

p.large {
  font-weight: 200;
  font-size: 28px;
  margin-bottom: 35px;
}

a.download-button {
  display: block;
  margin-bottom: 20px;
  float: left;
  font-size: 27px;
  letter-spacing: -1px;
  font-weight: normal;
  width: 510px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  overflow: hidden;
  background: url(/img/bg-btn-download.png) no-repeat 50% 50%;
}

a.download-button span {
  font-weight: bold;
}

#expires {
  clear: both;
}

#expires p {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 20px;
}

ul.timer {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-left: 100px;
}

ul.timer li {
  float: left;
  display: inline;
  width: 101px;
  height: 90px;
  position: relative;
  line-height: 90px;
  text-align: center;
  background: url(/img/bg-flip-counter.png) no-repeat 50% 50%;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
}

ul.timer li span {
  font-weight: bold;
  font-size: 57px;
  color: #fff;
}

ul.timer li .title {
  position: absolute;
  top: 8px;
  left: 13px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  color: #ddd;
}