﻿#footer_menu {
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #808080;
	font-size: 12px;
	font-variant: small-caps;
	vertical-align:middle;
}

#footer_menu ul{
	list-style:none;
}

#footer_menu li{
	display: inline;
	height: 20px;
	width: 150px;
}

#footer_menu li a{
	color: white;
	text-decoration: none;
}