/* CSS sprites image styling for Call-to-action */

div a {
   display: block;
   width: 139px;
   height: 54px;
   text-indent: -999px;
   background-image: url(../images/cta.png);
   }

div a.cta {
    background-position: 0px 0px;
   }

div a.cta:hover {
    background-position: -139px 0px;
   }


body{
  background-color: #9dd6d6;
  padding: 40px;
}