#recruit{
  clear:both;
  width:800px;
  height:500px;
  position:relative;
  z-index:0;
   
}
  
.recruittext{
  width:600px;
  height:350px;
  position:absolute;
  top:60px;
  left:75px;
  background-image:url(../image/backfillter.png);
  background-repeat:repeat;
  padding:20px 20px;
  color:#ffffff;
  font-size:15px;
  text-decoration:none;
  }
  
