/* Footer */ #footer { clear: both; width: 100%; background: #FFFFFF url(../images/footer_bg.png) repeat scroll 0 0; margin: 5px auto 0; padding: 10px 0 15px 0; text-align: center; color: #999999; line-height:24px; } #footer a { color: #888888; text-decoration: none; padding: 5px 5px 5px; font-weight:bold; } #footer a:hover { background: #333; color: #FF9900; text-decoration: none; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-radius-topleft:5px; -khtml-border-radius-topright:5px; -khtml- border-radius-bottomleft:5px; -khtml-border-radius-bottomright:5px; border-radius:5px; }