body {

  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
	font-family: Arial, sans-serif;
	line-height: 1.2em;
	
}

#img-bg {

  /*display: none;*/
  
}

#download {

  position: absolute;
  right: 30px;
  bottom: 30px;
  
}

.form_label {

 display: block;
 
}

.form_text {

 border: none;
 background: url(goldmine-images/form-field-bg.png) repeat;
 height: 30px;
 color: #fff;
 font-size: 1.6em;
 font-family: Arial;
 letter-spacing: -1px;
 padding: 0 5px;
 width: 287px;

}

.form_element {

 margin: 5px 0 10px;
 
}

#submit_button {

 margin-top: 5px;
 
}

#download-form {
  
  display: none;
  width: 287px;
  padding-top: 20px;

}

#cover {
  
  position: relative;
  
}

#cover, #download-form {

  float: right;
  
}

#cover img {

  cursor: pointer;
  
}

#submit_button {
  
  border: none;
  width: 152px;
  height: 30px;
  background: url(goldmine-images/submit-button.png) no-repeat;
  cursor: pointer;
  text-indent: -10000px;

}

#submit_button:hover {
  
  background-position: 100% 0;
  
}


#dl-btn, #site-btn {

  display: block;
  width: 287px;
  height: 86px;
  border: 0;
  outline: 0;
  
}

a#dl-btn:hover, a#site-btn:hover {

  background-position: 100% 0;

}
  
#dl-btn {
  
  margin-top: 100px;
  background: url(goldmine-images/download-button.png) no-repeat;

}

#site-btn {
  
  display: none;
  background: url(goldmine-images/enter-site-button.png) no-repeat;

}

.cover-text {
  
  position: absolute;
  top: 30px;
  left: 50px;

}

#cover-title {
  
  width: 146px;
  height: 36px;
  background: url(goldmine-images/cover-title.png) no-repeat;

}

#cover-details {
  
  width: 130px;
  height: 23px;
  background: url(goldmine-images/cover-details.png) no-repeat;
  display: none;

}

#cover-thanks {
  
  width: 49px;
  height: 9px;
  background: url(goldmine-images/cover-thanks.png) no-repeat;
  display: none;
  
}

#flyer {
  
  position: absolute;
  left: 30px;
  bottom: 30px;
  
  
}