footer {
	margin-top: 0px;
	padding-top:20px;
	height: 30px;
/* 	background: url(../images/main/header-bg.png); */
	background-color: black;
	color: #5a6f80;
	font-size: 11px;
	}


footer ul {
	margin-left: 20px;
	list-style: none;
	}

footer li {
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	}
	
footer li.last {
	margin-left: 55px;
	margin-right: 0px;
	padding: 0;
	}
	
footer ul, footer li {
	display: inline;
	}

