html, body {
  border: 0;
  font: 12px/17px Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

html {
  /* background: url(images/bg.jpg); */
}

body {
  background: url(images/body_bg.png) no-repeat center center;
}

h1 {
  background: url(images/logo.png) no-repeat;
  height: 44px;
  line-height: 50px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 42%;
  text-indent: 438px;
  width: 438px;
}

h3 {
  font: 17px/20px Helvetica, Arial, sans-serif;
  color: #ddd;
  position: relative;
  top: 42%;
  text-transform: uppercase;
  letter-spacing: -.09em;
  word-spacing: .1em;
}

a {
  color: #666;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  top: 45%;
}
a:hover {
  border-bottom: 1px dotted #bbb;
  color: #555;
}
