@media print {

html, body {
    height: auto;
    min-height: none;
    min-width: none;
}
	
#wrapper {
	margin: 0px;
    width: auto;
    height: auto;
    min-height: none;
}
	
#footer {
    margin: 0;
    height: auto;
    position: inherit;
}

#header, #menu, .regular #content #left {
    display: none;
}

#content {
    background: none;
    padding-bottom: 0px;
}

.regular #content #center {
    margin: 0;
}

}