Assuming only Firefox and Webkit browsers are a concern, what CSS would you apply to ensure the footer in the provided HTML stays fixed at the bottom of the page? Note: No additional markup can be added to the page.
<html>
<body>
<header>...</header>
<article>...</article>
<aside>...</aside>
<footer>...</footer>
</body>
</html>