/* Footer */
#footer {
	font-size: 12px;
	color: white;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 50px;
	height: 50px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-image: url(../img/screens/white50.png);
	margin-left: 250px;
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .2);
	border-bottom: 1px solid #CDCDCD;
}


