footer{
	width:845px;
	color: #FFF;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding:5px;
	border:1px solid #6d7673;
	border-radius:10px;
	-moz-border-radius:10px;
	-moz-box-shadow: 0 0 5px #6d7673;
	-webkit-box-shadow: 0 0 5px #6d7673;
	box-shadow: 0 0 5px #6d7673;
	background:#7d7e7d; /* Old browsers */
	background:-moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background:linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	/*margin-top: 50px;*/
	behavior: url(styles/PIE.php);
	-pie-background: linear-gradient(left, #7d7e7d, #0e0e0e);
	height: 100%;
	text-align: center;
}

footer ul{
	list-style:none;
	text-align:center;
	width: 800px;
}

footer li{
	display:inline;
}
footer li a{
	color:#fff;
	text-decoration:none;
	margin-right: 45px;
}

footer li a:hover{
color:#000;
}

footer .copyright{
	color:#eee;
	font-size:.7em;
	margin-right: 30px;
}
