#footer {
	clear:both;
	float:left;
	width:1000px;
	padding:0;
	margin:0;
	height: 20px;
}
#footer_left {
	float: left;
	width: 200px;
	height: 20px;
	background-color: #4D4D4D;
}
#copyright {
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	padding-right: 5px;
}
#footer_right {
	float: right;
	width: 799px;
	height: 20px;
	overflow: hidden;
	background-color: #FF6600;;
}




























