.footer-menu{
	position: fixed;
	bottom: 0px;
	/*right: -5px;*/
	z-index: 100;
	padding-left: 20px;
	line-height: 30px;
	overflow: visible;
	background-color: white;
	width: 100%;
	vertical-align: middle;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	box-shadow: 0px 0px 6px #000000;
}

.footer-menu a{
	color: black;
}

.footer-menu a:hover{
	color:red;
}

/*.container{
	padding-bottom: 50px;
}*/