/*
    * Filename:     sticky_footer.css
    * Description:  Sticky Footer Fix
    * Version:      Unknown
    * Website:      http://www.cssstickyfooter.com
    * Author:       Steve Hatcher (http://www.stever.ca)
*/

*{margin:0;padding:0;}
html,body,#wrap{height:100%; }
body > #wrap{height:auto;min-height:100%;}
#main{padding-bottom:41px;}
#footer{position:relative;margin-top:-41px;height:30px;padding-top:10px;clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
