#footer_left {
	float: left;
	width: 33%;
	height: 20px;
}
#footer_middle {
	float: left;
	width: 34%;
	text-align: center;
	height: 20px;
	font-size: 10px;
}
#footer_right {
	float: right;
	width: 33%;
	text-align: right;
	height: 20px;
	font-size: 10px;
}
#footer_line2 {
	width: 100%;
	text-align: center;
	font-size: 10px;
}
table.contenttable td.social {
	border: 0px solid yellow;
}

