#footer
{
 position:fixed; /* This must remain fixed */
 bottom:0px; /* Leave at 0px */
 left:0px; /* Left Position */
 width:100%; /* Width of the footer conatiner */
 height:20px; /* Height of your footer container */
 background-color:#993300;
 text-align:center;
 color:#FFFFFF;
 font-size:13px;
 line-height:20px;
}
