I'm trying to center a footer at the absolute bottom of a page. I've figured out how to center it, but I can't seem to get it at the bottom. Here is what I have so far:
.footer {
font-size: 9px;
text-align: center;
color: #FFFFFF;
width: 400px;
height: 100%;
margin: 0 auto;
padding: 0px;
bottom:0;