#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	background: #fff;
	font-family: arial;
	font-size: 0.75em;
	color: #888;
	display: block;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
}

#footer-inner {
	width: 1000px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.des {
	float: left;
	display: inline;
	text-align: left;
}

.copy {
	float: right;
	display: inline;
	text-align: right;
}

.des p, .copy p {
	line-height: 1.5em;
}

.des a, .copy a {
	font-weight: bold;
	color: #333;
}

.footer-ad {
	padding: 10px 0 10px 0;
	width: 1000px;
	background: #eee;
	margin: 15px auto 0 auto;
}

.footer-ad a, .footer-ad img, .footer-ad span {
	margin: 0 auto 0 auto;
	text-align: center;
}

.footer-ad span {
	display: block;
	line-height: 1.4em;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #aaa;
}

.footer-ad img {
	padding: 3px;
	background: #ddd;
}