se ho capito bene come vuoi posizionarlo, prova sul css allo style footer un clear:both e togli position:absolute e il float:right

prova con

codice:
div#footer {
	clear:both;        
	bottom:45px;
	width: 100%;
	padding:2px 0 2px 0;
	text-align:center;
	border: 1px solid #000000;
	color: #5e778f;
	background-color: #1f2b36;
	font-weight: bold;
}
dovrebbe funzionare