@charset "utf-8";

footer { float: left; width: 100%; background-color: rgb(200, 200, 200); position: relative;}
footer .copyright  { float: left; width: 100%; padding: 16px 0 15px; text-align: center; font-size: 0.9em; color: rgb(65, 65, 65);}
footer .copyright a { color: rgb(65, 65, 65);}
footer .copyright a:hover { text-decoration: underline;}
