#content { 
           height: 405px;
           }

#text { 
  height: 375px;
  width: 400px;
}

#image { 
         background: url('/images/thankyoubg.jpg') no-repeat;
         height: 385px;
         width: 233px;
         position: absolute;
         top: 0px;
         right: 0px;
         }

#code {
  border: 2px solid black;
  background: #ffd4b5;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  padding: 10px;
}

