#Footer {
	clear:both; 
	background: url(Images/menubar.jpg) 0 0 repeat; 
	width: 100%; 
	padding: 0.5em;"
	position: absolute;
	bottom: 0px;
	height: 100px;
}

#LeftFooter{
	position: relative;
	float: left;
	left: 0px;
	width: 175px;
	text-align: center;
 	background-image: url(Images/menubar.jpg);
	background-repeat: repeat;
}

#RightFooter {
	position: relative;
	float: right;
	right: 0px;
	width: 175px;
	text-align: center;
	background-image: url(Images/menubar.jpg);
	background-repeat: repeat;
}
