/*
	CSS FOR FOOTER
*/

.footer_left {
	float:left;
	text-align:left;
	color:white;
}

.footer_right {
	float:right;
	text-align:right;
	color:white;
}

.footer_end {
	clear:both;
}