body {
  background-color: #000000;
  font-family: Georgia, Arial, Helvetica;
  //font-weight: bold;
  color: #d9bf80;
}

img.appstore {
  margin: 0px 10px 10px 10px;
}

div.contact {
  margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.header {
  position: relative;
  bottom: 10px;
  padding-left: 10px;
}

a {
  color: #d9bf80;
  text-decoration: underline;
}

a:hover {
  color: #ffff00;
  text-decoration: underline;
}

a:visited {
  color: #d9bf80;
  text-decoration: underline;
}

a:active {
  color: #00ff00;
  text-decoration: underline;
}

input.answer {
  width: 500px;
}

input.email {
  width: 300px;
}

.big {
  color: #FFF;
  font-size: 1.4em;
}

.normal {
  color: #FFF;
}

.submit {
  height: 30px;
}

hr {
  width: 95%;
  color: #d9bf80;
}

.required {
  color: #F00;
}