#quotearea {
    background: #f0f0f0;
    color: #000;
    width: 720px;
    min-height: 103px;
    padding: 30px 50px 35px;
    margin: 15px auto;
    font-weight: 300;
    position: relative;
}

#quoterotator {
   line-height: 135%;
}

#quoteauthor {
    display: block;
    text-align: left;
    color: #eb7f09;
    font-size: 16px;
    margin: 25px 0 0 35px;
}

#quote {
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
    text-align: center;
    display: block;
}

.quotemark {
    position: absolute;
    color: #eb7f09;
    font-size: 70px;
    font-family: trebuchet ms, serif;
}

#openquote {
    bottom: 40px;
    left: 20px;
}

#closequote {
    top: 40px;
    right: 20px;
}