/* CSS Document */

.footer_content_wrapper{ /* Container you can use to surround a CSS button to clear float */
	width: 970px;
	margin: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 30px;

}
.footer_content_wrapper span.copyright{
	float: left;
	position: relative;
	top: 4px;
	left: 0px;
	font-size: 10px;
	color:#ccc;
}



.footer_button_wrapper{ /* Container you can use to surround a CSS button to clear float */
	float: right;
	position: relative;
	top: 4px;
	right: 0px;
	color: #000;
	font-size: 10px;
}


