.site-footer {
   background-image: url(../images/footer-background.jpg);
    background-color: #002366;
    background-repeat: repeat-x;
	font-size: small;
}
.site-footer a {
	text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus {
	text-decoration: underline;
}