Footer прилипший к низу
html,
body
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body
{
position: relative;
height: auto !important;
height: 100%;
min-height: 100%;
}
div#tm-headerbar
{
width: 100%;
height: 100px;
}
div#tm-middle
{
padding-bottom: 95px;
}
.tm-block.tm-block-footer
{
position: absolute;
bottom: 0;
width: 100%;
height: 95px;
padding-bottom: 0;
}
body.front-page #tm-middle{
min-height: 300px;
}