﻿footer{
	clear: both;
	position: relative;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px #00a solid;
	text-align: center;
	font-size: 14px;
	color: #00a;
	background-color: #b6ff00;
	background-color: transparent;
	}

footer a:link,a:visited,a:focus,a:active{ text-decoration: none; color: #00a; } 
 
footer a:hover { color: #c00; } 
