/* footer.css */
#footer{height:50px;min-height:50px;bottom:0;left:0;right:0;position:fixed;background-repeat:repeat-x;font-size:.8em;color:#fff;background-color:rgba(0,0,0,.1);background-image:url("../files/template/bg_footer.png");transition: height 1s ease-in-out}#footer:hover{height:230px;bottom:0;left:0;right:0;position:fixed}#footer .footer_content1 a,#footer .footer_content3 a{font-size:1em;text-decoration:none;color:#fff;list-style-type:none}#footer footer_content3 a{color:#fff}.footer_content1{width:23%;top:20px;float:left;margin-left:10%}.footer_content2{width:33%;float:left;text-align:center;padding-top:58px}.footer_content3{width:23%;float:left;text-align:right;padding-top:74px}