How to display footer always on bottom

Hi,
first of all thanks for your Unite template.
My question is: how can i display the footer always on bottom of the page?
In the footer I show only copyright info.

Thank you!

Solved this way:

#colophon {

position:absolute;
bottom:0;
width:100%;
height:60px; /* Height of the footer */
background:#6cf;
}

Hi @pelagos,

Awesome great to see you got that solved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin