#quotearea {

   background: #1e1e1e;
   width: 500px;
   padding: 20px 70px 20px 30px;
   margin: 15px auto;
   font-size: 16px;
   color: #fff;
}

#quoterotator {

   line-height: 135%;

}

#quoteauthor {

 display: block;
   text-align: left;
   font-weight: bold;
   font-style: italic;
   color: #989898;
   padding-left: 20px;
   padding-top: 30px;

}