/* main.css */

* {
  margin: 0;
  padding: 0;
}

html, body {
  background: #666666;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  height: 100%;
  margin: 10px auto;
}

table {
  border-collapse: collapse;
}
td {
  vertical-align: top;
}

#SiteContent {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1000px;
  height: 500px;
  margin-top: -250px;
  margin-left: -500px;
}

.link {
	position : absolute;
	right    : 0;
	bottom   : 5px;
	margin   : 10px;
}

.contact {
  text-align: center;
}

.link a,
.contact a {
  color: white;
  font-size: 12px;
}

p.downloadButton {
	margin-bottom: 7em !important;
}

img {
	border : none;
}

.splash.downloadButton {
	position : absolute;
	right    : 0;
	bottom   : 0;
	margin   : 5px !important;
	z-index  : 2;
}

