/* CCS tulostamista varten, yhdistetään varsinaisen tyylisivun päälle */

body, #container-header, #container-outer, #container-main, #container-navigation, #contents, #container-bottom {
position: static;
width: auto;
height: auto;
margin: 0;
background-image: none;
background-color: transparent;
}

#container-header h1 {
visibility: visible;
width: auto;
height: auto;
margin: 0;
background-image: none;
background-color: transparent;
}

#container-navigation, #about, #footerlinks {
display: none;
}

