That is a good point… thank you for pointing that out.
It will be addressed in the next release, but for now if you want to hide that search box you can add the following to osta/user-styles.css:
#content #pre-footer {
padding: 0 0 3% 0;
}
#pre-footer-inner {
display: none;
}