
A:link {
    color: #55a;
}

A:visited {
    color: #55e;
}

body {
    background-attachment: fixed;
    background-color: #ffffff;
    background-image: url('whodat.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    float: left;
    margin: 0;
    padding-left: 570px;
    padding-right: 25px;
    text-align: left;
    max-width: 450px;
}

#quote {
    font-family: "Palatino", "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Aria, sans;
    font-size: 16px;
    padding-left: 40px;
    text-align: left;
}

#quote:before {
    font-size: 400%;
    font-weight: bold;
    color: #999;
    content: open-quote;
    line-height: 0px;
    margin: 0px 5px 0px -40px;
    vertical-align: bottom;
}

#source {
    display: block;
    text-alight: right;
    margin-top: 20px;
    width: 100%;
}

.bubble {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    background: #ccc;
    padding: 2em 10px 10px 10px;
    border: 1px solid #bbb;
    border-right-width: 0;
    outline-width: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font: 12px Verdana,Helvetica, Arial, Sans-serif;
    color: #333;
    text-align: right;
}

#bubble1 {
    position: absolute;
    left: 575px;
    bottom: 475px;
    width: 450px;
    margin: 0;
}

#bubble2 {
    position: absolute;
    left: 625px;
    bottom: 175px;
    width: 400px;
    margin: 0;
}


