﻿footer
{
	background: #000;
	bottom: 0px;
	box-shadow: -3px 0px 10px black;
	-moz-box-shadow: -3px 0px 10px black;
	-webkit-box-shadow: -3px 0px 10px black;
	height: 30px;
	left: 0px;
	line-height: 25px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

	footer a,
	footer span
	{
		color: white;
		font-size: 12px;
		padding: 0px 15px;
	}

	footer a
	{
		text-decoration: underline;
	}
