html { 
  background: url(_gifs/ElephantSnow.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#thanks {
	width: 724px;
	height: 542px;
	margin: 0 auto;
}

#thanks h1 {
	font-size: 148px;
	color: #eb0e91;
	font-family: 'Press Start 2P', cursive;
	text-align: center;
	opacity: 0.8;
}