body {
  text-align: center;
/*  
  width: 490px;
  height: 436px;  
*/  
}

.canvas {
  background-color: #fccf00;
  width: 490px;
  height: 436px;
}

.close {
  text-align: right;
  height: 30px;
}

.thanks {
  margin-bottom: 36px;
}

.copy {
  margin-bottom: 10px;
}

.button {

}

/* HELPERS */

.replacement {
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  text-indent: -9999em;
  font-size: 0;
  line-height: 0;
}
/*
a.replacement:hover {
  background-position: left bottom;
}
*/
.clear, .break {
  clear: both;
  float: none;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}