/* for printing to the screen */

body {
    background-color:   #FFFFFF;
}

#header_logo {
    position:           absolute;
    z-index:            999;
    top:                6px;
    margin-left:        -18px;
}

img#header_logo {
    position:           static;
    float:              left;
    top:                0px;
    margin:             0 10px 10px 0;
}

div#header_menu, div#footer {
    display:            none;
}

div#container {
    border:             0;
}