﻿.floatright
{
	margin: 0;
	padding: 0;
	float: right;
}
.floatleft
{
	margin: 0;
	padding: 0;
	float: left;
}
#container
{
	margin: 0;
	padding: 65px 0 0 0;
}
#footer_wrapper
{
	float: left;
	overflow: hidden;
	clear: both;
	width: 440px;
	margin: 0 -410px 0 410px;
	font-size: 0.9em;
}
#author
{
	text-align: left;
	float: left;
	width: 24%;
}
#footer_center
{
	font-size: 70%;
	text-align: center;
	float: left;
	width: 50%;
	text-transform: uppercase;
}
#certification
{
	text-align: right;
	float: right;
	width: 24%;
}
#certification a
{
	font-size: 0;
	display: inline-block;
	margin: 0 3px 0;
}
