#footer{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox 28 and earlier*/
	width:100%;
	height:60px;


	text-align: center;
	padding:10px;

	background-color: #000;

	line-height: 1.5em;
}

#footer *{
	color: #fff;
}

#footer a:hover{
	color:#3b8dbd;
}