div#left,
div#header,
div#footer {
    display: none;
}
div#right {
    float: left;
}

div#content {
    background: #fff;
}

img.img-print {
    display: inline;
    margin-left: 20px;
}

body {
    background: none;
}

.print-only {
    display: inline;
}