#hug_footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	display: block;
}
#footer_left {
	display: inline;
	width: 430px;
	padding: 10px;
	float: left;
}
#footer_right {
	display: inline;
	width: 430px;
	padding: 10px;
	float: left;
	text-align: right;
	
}

