* { margin: 0; padding: 0; }
body,html {
  font-family: verdana, "trebuchet ms", sans-serif;
  font-size: 12px;
  background-color: #4A4A4A;
  background-image: url('../images/smartmedia.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
div.cleaner { clear: both; }

table { border-collapse: collapse; }
table.main {
  width: 100%;
  height: 100%;
}
table.main td {
  vertical-align: middle;
}
.box {
  margin-left: auto;
  margin-right: auto;
  width: 684px;
  /*border: 1px solid red;*/
  height: 180px;
  margin-top: 229px;
  position: relative;
}
.box p {
  text-align: center;
  font-size: 14px;
  color: #4e4f4e;
  margin-bottom: 25px;
}
.box p.p_2 {
  margin-bottom: 5px;
}
.box p.countdown {
  font-size: 18px;
  color: #182d81;
}




a.btn_contact {
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 10px;
  color: gray;
  text-decoration: none;
}
a.btn_contact:hover {
  text-decoration: underline;
}
