/* Footer */

#Footer {
	background-color: #242424;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}

#Footer_Wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: right;
	color: #AFAFAF;
}

#Footer_Left {
	float: left;
	width: 85%;
	text-align: left;
}

#Footer_Right {
	float:right;
	width:10%;
	text-align: right;
	background-image:url(../img_struct/logo_tm.png);
	background-repeat: no-repeat;
	padding-right: 30px;
	background-position:right;
}

