/* Print Style Sheet */
@media print {
    body { 
        background: transparent url(http://therussiaforum.com/wp-content/themes/therussiaforum/images/en/logo.jpg) no-repeat scroll 0 0;
        margin: 0;
    }
    #header, #comments, #sidebar, form, .commentlist, #respond, #bottom-navigation, .breadcrumb {
        display: none;
    }
    #content { }
    #footer { }
    a {
        color: #333333;
    }
    #speakers_list li{
        list-style-image:none;
        list-style-type:none;
        margin:0;
        padding:0;
    }
}