.footer {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.footer a {
	text-decoration:none;
    color: #ffffff;
}