#leadingline {
  width: 467px;
  height: 74px;
  background: transparent url('images/why/leadingline.gif');
  float:right;
  margin-bottom: 15px;
  margin-top: 15px;
  margin: 15px 10px;
}

#reporting {
  width: 190px;
  height: 24px;
  background: transparent url('images/why/reporting.gif') no-repeat center center;
  margin-bottom: 7px;
  float: right;
}

#tailored {
  width: 183px;
  height: 20px;
  background: transparent url('images/why/tailored.gif') no-repeat center center;
  margin-bottom: 7px;
  float: right;
}

#reliability {
  width: 173px;
  height: 21px;
  background: transparent url('images/why/reliability.gif') no-repeat center center;
  margin-bottom: 7px;
  margin-top: 20px;
  float: right;
}

#videolink {
  width: 320px;
  height: 240px;
  display: block;
  background: #000 url('images/why/video.png') no-repeat 0 0;
  border: 4px solid black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
  text-align: center;
  line-height: 420px;
  margin-left: 20px;
  float: left;
}

#videolink:hover {
  background-position: 0 -240px;
}

iframe.videoframe {
   border: 4px solid black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

