  body {
	  background-color:#FFF;
	  font-family: MS Trebuchet, Helvetica;
	  font-size:14px
	  }

    #outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 573px;
      height: 550px;
      margin-left: -261px; /* half of width */
      margin-top: -275px;  /* half of height */
	  background-image: url('wgbjpg.jpg');
	  background-repeat:no-repeat
      }
	  
	#emc
	  {
	  position :absolute;
	  top:560px;
	  left:280px;
	  }

	  
	  #thanks
	  {
	  position :absolute;
	  top:560px;
	  left:370px;
	  color:#666
	  }
	  
	
