/* presentation */
div#presentation {
    width: 850px;
}
div#presentation .text {
    margin-bottom: 20px;
    width: 650px;
    text-align: right;
    float: left;
}
div#presentation div.image {
    width: 190px;
    float: right;
    text-align: right;
}
