/**
 * Print layout
 */

* {
    color: black;
    position: static;
    clear: both;
}

img {
    border: none;
}

body {
    background-color: white;
    background-image: none;
    width: 100%;
    height: 100%;
}

#Logo {
    float: right;
    width: 202px;
}

#MainCornerTopLeft, #MainCornerTopRight, #MainCornerBottomLeft, #MainCornerBottomRight, 
#MainShadowTop, #MainShadowBottom, #MainShadowLeft, #MainShadowRight, #HeaderContentFinish, 
#Guys, #Claim, #ServiceNavigation, #HeaderNavigation, #ContactTeaser, #Footer, #CopyLinks, 
#Header, #News, #Icons {
    display: none;
}

