#footer {
	position: relative;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
	/*background-image: url(../admin/images/BG-FooterMain.png);
	background-position: bottom;
	background-repeat: no-repeat;*/
	}
	
#footer ul {
	padding: 3px 0px 0px 0px;
	margin: 0;
	list-style-type: none;	
	width: auto;
	}

#footer li { 
	display: inline; 
	padding: 1px 14px;
	border-right: 1px solid gray;
	}

#footer li a {
	text-decoration: none;
	color: #3f3f3f;
	}

#footer #last {
	border-right: none;
	}

#footer li a:hover {
	color: #3ba6e1;
	}

#footertext {
	font-size: 10px;
	color: #666666;
	}

