PLEASE help me to make this footer appear at the bottom of the page without "external" CSS
CSS
#exefixedfooterdiv {
background-color: yellow;
overflow:none;
width:100%;
height:80px;
position:fixed;
bottom:0%;
left:0%;}
HTML
<div id="exefixedfooterdiv" >
</div>