.plugin {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.125em; /* 16×1.125=18 */
    color: #EEEEEE;
    background: #3a3939 url(./img/bg-stripe-grad.png) 0 0 repeat-x;
    margin: 0;
    height: 517px;
    position: relative;
}

.plugin h2 {
    width: 100%;
    position: absolute;
    /*
    background-color: #B90000;
    background-image: url(./img/background-sprite.png);
    background-position: 1520px 0;
    */
    background-color:rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    line-height: 20px;
    padding: 8px;
    padding-top: 10px;
}

.plugin p {
    position: absolute;
    bottom: 0px;
    padding: 16px;
    text-align: center;
    font-weight: 400;
    background-color:rgba(0, 0, 0, 0.6);
}

.plugin p span {
    display: block;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
}

.plugin p a {
    color: #EEEEEE;
}