/* Print style sheets */

body {
	background-image: none;
}

#wrapper {
	position: relative;
    min-height: 100%;
	background: url(../images/wrapper_background.gif) repeat-x;
}

#wrapper #navigation {
	display: none;
}
#footer {
	display: none;
}