#footer {
	background: #252525;
	color: white;
	height: 30px;
}

#info {
	text-shadow: none;
	font-size: small;
	font-weight: 100;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	text-align: center;
}

#info a {
	font-weight: 100;
	color: white;
}

#info>span:nth-child(2) {
	padding-left: 7px;
}

#info>span:nth-child(3) {
	float: right;
}

#footer_wrap {
	position: absolute;
	bottom: 0px;
	width: 100%;
}


@media only screen and (max-width: 655px ) {
	#info {
		width: 310px;
		font-size: x-small;
		text-align: center;
		padding-top: 7px;
	}
	#info span:nth-child(1) {
		font-size: 112%;
	}
	#info>span:nth-child(3) {
		display: block;
		margin-top: 3px;
		float: none;
	}
}

@media only screen and (max-width: 342px) {
	#info {
		font-size: x-small !important;
		width: 95% !important;
	}
	#info a span:nth-child(1) {
		padding-right: 7px;
	}
	#info span:nth-child(1) {
		font-size: 104%;
	}
	#info>span:nth-child(2) {
		padding-left: 2px;
	}
}
