html, body {
  margin: 0;
  padding: 0;
  background: #000;
  font: 12px Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
}
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

*:focus {
    outline: 0;
}

img {
  border: 0;
}

a {
  color: #fff;
}
a:hover {
}

#page {
  position: relative;
  text-align: left;
  width: 1024px;
  height: 768px;
  margin: 0 auto;
}
body.register #page {
  background: url(images/bg-form.jpg) no-repeat;
}
body.thanks #page {
  background: url(images/bg-thanks.jpg) no-repeat;
}

.links div {
  position: absolute;
}
.links img {
  width: 100%;
  height: 100%;
}
.errors {
  position: absolute;
  left: 450px;
  top: 100px;
  width: 500px;
  padding: 5px;
  background: #000;
}
form {
  margin: 0;
  padding: 0;
}
.fly {
  position: absolute;
}
.unstyled-input {
  width: 100%;
  border: none;
  background: transparent;
  text-align: center;
  color: #fff;
}
select.unstyled-input {
  _color: #000;
}
textarea.unstyled-input {
  padding: 6px;
  text-align: left;
  height: 100%;
}

.invisible {
  -moz-opacity:0;
  filter:alpha(opacity: 0);
  opacity: 0;
}

.thanks-message {
  position: absolute;
  top: 300px;
  left: 430px;
  font-size: 24px;
}

