@charset "utf-8";
/* CSS Document */

.footer-container
{
    height:53px;
    width:400px;
	margin: auto;
}

.footer-left
{
    background-color:#f00;
    width:300px;
    height:53px;
	float:left;
    bottom:0;
    left:0;
}

.footer-right
{
    background-color:#0f0;
    width:10px;
    height:53px;
	float:left;
    bottom:0;
    right:0;
}

.footer-center
{
    background-color:#f0f;
	float:left;
    height:53px;
    width:30px;
}