Да также как и обычно, типа такого:
/* CSS */
html { height: 100%; }
body {
min-height:100%;
position:relative;
padding-bottom: 70px;
}
.footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 50px;
}
<body>
...
<footer class="footer">
</footer>
</body>