/* CSS Document */

body {
	background-color: White;
}

div#navbar {
	display: none;
}

div#footer {
	display: none;
}

#header img {
    display: none;
}

#logo img {
    display: none;
}

#logo {
    width: 375px;
    height: 119px;
    background: url(img/logo_print.gif) no-repeat top left;
}

