body * {
  margin:0;
  padding:0;
}

#quotations {
  position:relative;
  padding-right:10px;
  padding-top : 10px;
  padding-bottom: 0px;
  width:880px;
  height:85px;
  overflow:hidden;
  background-color:#f6f6f6;
  
}

#quotations blockquote {
color: #790101;
font-size: 1.3em;
font-weight:lighter;

}

#quotations p {
  color: #790101;
  font-size: 1.25em;
  font-weight:lighter;
  float: right;
  padding-top: 10px;

}

#quotations div {
  position:absolute;
  width:880px;
}