
body {
    background-color:black;
    color:           white;
}

#me {
    position: fixed;
    right: 5px;
    bottom: 5px;

    width: 20px;
    height: 20px;

    border: 0px dashed white;
}

#me img {
    border: 0px solid black;
}

#rss {
    position: fixed;
    left: 5px;
    bottom: 5px;

    width: 16px;
    height: 16px;

    border: 0px dashed white;
}

#rss img {
    border: 0px solid black;
}

.quotes {
    border:          0px solid white;

    font-size:       12px;
    font-family:     Helvetica, Verdana, Arial;

    display:         block;
    width:           100%;

    padding-top:     30px;
}

.quotes .quote {
    position:        relative;
    left:            50%;
    width:           500px;
    margin-left:     -250px;

    margin-bottom:   30px;
}

.quotes .quote .date {
    position:        relative;
    width:           85px;
    float:           left;

    vertical-align:  top;
    text-decoration: italic;
}

.quotes .quote .text {
    display:         block;
    margin-left:     85px;
    width:           425px;
    vertical-align:  top;
}

.quotes .quote .text .author {
    font-style: italic;
}

.additional {
    display:        block;
    width:          100%;
    text-align:     center;
}

