#footer {
	position: relative;
	clear: both;
	width: 980px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#footer_full {
	width: 100%;
	height: 60px;
	clear: both;
	position: relative;
	float: left;
	background-image: url(../image/bg_footer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.footer_text {
	text-align: right;
	padding-right: 60px;
	padding-top: 10px;
}
.footer_text a {
	text-align: right;
	text-decoration: none;
	color: #666666;
}
.footer_text a:hover {
	text-align: right;
	text-decoration: underline;
	color: #000000;
}
.indeed {
	color: #006699;
}
.indeed a {
	color: #006699;
	text-decoration: none;
}
.indeed a:hover {
	color: #006699;
	text-decoration: underline;
}

