
.table {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 639px;
	height: 200px;
	margin-left: -320px; 
	margin-top: -100px;
}

.loader {
  position: absolute;
  margin-top: -70px;
  width: 625px;
  top: 50%;
  left: 0;
  font: 13px/16px Arial, Helvetica, sans-serif;
}

.loader img {
  padding-bottom: 4px;
}

.tablea {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 639px;
  height: 52px;
}

.copyright {
  padding: 10px;
  vertical-align: bottom;
  text-align: left;
  display: table-cell;
  font: 13px/16px Arial, Helvetica, sans-serif;
  left: 2%;
  bottom: 2%;
}

.dark-box {
  margin: 0 auto;
  width: 295px;
  padding: 4px;
  height: 140px;
  text-align: left;
  border: 2px solid #222;
  background-color: #111;
}

.dark-box h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0 8px;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: solid 1px #333;
}

.dark-box p {
  font-size: 13px;
  color: #ccc;
  padding: 0 0 10px 0;
  margin: 0;
}

.dark-box p a:link, .dark-box p a:visited, .dark-box p a:active {
  color: #fc3;
}

.dark-box p a:hover {
  color: #ff9;
}

.dark-box label {
  display: block;
  font-weight: normal;
  text-align: right;
  width: 90px;
  float: left;
  color: #ccc;
  font-size: 13px;
  line-height: 26px;
}

.dark-box input {
  float: left;
  width: 140px;
  margin: 2px 0 10px 10px;
  border: 1px solid #444;
  background: #333;
  color: #fff;
  padding: 2px;
}

.dark-box button {
  clear: both;
  margin-left: 100px;
  background: #333;
  color: #fff;
  border: solid 1px #444;
  font-size: 13px;
  font-weight: normal;
  padding: 2px;
  width: 65px;
  height: 25px;
}

.soon p a:link, .soon p a:visited, .soon p a:active {
  color: #fc3;
}

.soon p a:hover {
  color: #ff9;
}
