#step1 {
   float:left;
   /*width:375px;*/
   width:339px;
   height:240px;
}

#step2 {
   float:left;
   width:183px;
   height:240px;
   background:url('../img/step2.jpg') no-repeat;
}

#step3 {
   float:left;
   width:182px;
   height:240px;
   background:url('../img/step3.jpg') no-repeat;
}

#step4 {
   float:left;
   width:194px;
   height:240px;
   background:url('../img/step4.jpg') no-repeat;
}

div.step h3, div.step small {
   display:none;
}

div.step p {
   margin:130px 0 0 20px;
   width:140px;
   line-height:17px;
}
div.step a {
   color:#2C2C2C;
}
