#footer{
width: 100%;
position: absolute;
position: fixed;
bottom:0;
height: 30px;
 background-color: #99ffcc;
font-size: .75em;
padding-top: 3px;
clear: both;

}

p.footer {
background-color: #99ffcc;
}

html > body .footer {
position: fixed;
}
