#footer {
	position: relative;
	bottom: 0px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/BG-FooterMain.png);
	background-position: top;
	background-repeat: repeat-y;
	}

#footer td {
	position: relative;
	top: -10px;
	}
		
#footer ul {	
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style-type: none;	
	width: auto;
	}

#footer li { 
	display: inline; 
	padding: 0px 14px;
	border-right: 1px solid white;
	}

#footer li a {
	text-decoration: none;
	color: #EEF0EB;
	}

#footer #last {
	border-right: none;
	}

#footer li a:hover {
	color: #FFC95C;
	}

#footertext {
	font-size: 10px;
	color: #FFFFFF;
	}
