@charset "utf-8";

BODY { 
    /* background-attachment: fixed; */
    background-color: #000000; 
    background-image: url('/lib/img/background-dirtyallen.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    color: #f0f0f0;
} 

.center { text-align: center; }
.middle { vertical-align: middle; }
.right { text-align: right; }


DIV.buddy-icon { 
    background-color: #f0f0f0;
    background-image: url('/lib/img/kwb-buddy-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    border: solid 1px #333333;
    height: 108px;
    margin: 0 auto;
    width: 108px;
}

P.kwb-quote {
    color: #ffffff;
    font: normal 100%/1 'Noticia Text', 'Lucida Bright', Georgia, serif;
    font-size: 1.625em;
    font-style: italic;
    letter-spacing: -0.05em;
    line-height: 1.4;
}