Can you help me locate the CSS style for the footer?
#footer {
background-color: #000;
bottom: 0px;
color: #fff;
clear: both;
text-align: center;
padding: 5px;
}
What is the best way to ensure the footer is positioned at the bottom of the page in a web browser?