﻿.footer
{
    
    /*
    position:relative;
	left:0;
    */
    
    position: absolute;
	bottom: 0px;
	width: 100%;
	height: 90px;   
	
    z-index:0;
    background-color: #efece9;
    clear: left;
    color: #000000;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

.footer a
{
    color: #3f83c7;
}