#header, #nav, #socialLinks, #footer, .galleryNav, .paging, .noprint {
    display: none;
}

body, div #content{
    width: 100%;
    margin: 0;
    float: none;
    background: white;
}

a:link, a:visited {
    color: #781351;
}

a:link:after{
    content: " (" attr(href) ") ";
}

#content{
    background: transparent;
}


