.footer {
  	text-align: center;
  	height: 60px;
  	width: 100%;
}

.footerBorder{
  margin-top: -150px;

}
#top-footer{
	height: 70px;
	background: #fff
	url('../imgs/footer-texture-inverted.jpg') 50% 0;
	background-position: center;
  	margin: 0 auto;
}

#top-footer ul {
	list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

#top-footer li{
	display: inline;
}

#top-footer a{
	padding: 17px 10px;
	display: inline-block;
  opacity:0.7;
  filter:alpha(opacity=40);
}

#top-footer a:hover{
  opacity:1.0;
  filter:alpha(opacity=40);
}

#bottom-footer{
  background-color: #000000;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .credit {
  margin: 20px 0;
}