﻿#footer {
	position: absolute;
	bottom: 0;
	width: auto;
	background: rgba(0,0,0,0.3);
	white-space: nowrap;
	border-top-right-radius: 50px;
	padding-right: 40px;
	font-size: 90%;
	color: #E1E1E1;
	line-height: 25px;
	clear: both;
	height: 60px;
	padding-left:10px;
}