@charset "utf-8";
/* CSS Document */
footer.footer {
    height: 50px;
    width: 100%;
    background-color: #333333;
}

p.copyright {
    color: #fff;
    line-height: 30px;
    font-size: 0.7em;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.3;            /* Footer height */
}