img.bg {
  min-height: 100%;
  min-width: 1400px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  img.bg {
    left: 50%;
    margin-left: -512px;
  }
}
div#content {
  width: 100%;
  background: #000;
  filter:alpha(opacity=90); opacity:0.9;
  padding: 20px;
  line-height: 16pt;
  text-align: left;
  height:85px;
  position:fixed;
  top: 100%;
  margin:-155px auto 0 auto;
}
div#contact {
  background: #000;
  filter:alpha(opacity=90); opacity:0.9;
  margin: -280px -225px;
	border: 2px solid #333;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 560px;
}
body {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  font-family: 'Courier New';
  color: #ffefdd;
  font-size: 14px;
  font-weight: bold;
}
a {
  color: #fff;
}
a:hover {
  color: #eee;
  text-decoration: none;
}
a.real {
  text-decoration: none;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
  text-decoration: underline;
}
td.real {
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}
