@charset "utf-8";
/* CSS Document */
#footer {
	position: relative;
	line-height: 40px;
	padding-left:10px;
	border-top:1px solid #E1E1E1;
	clear:both;
}
#footer span {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
}
#footer a {
	margin-left: 10px;
}
