footer{
	font:1.2em 'Segoe UI',Arial, sans-serif;
	background-color: #111111;
	bottom: -50px;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: auto;
	min-height:50px;
	left: 0;
	position: relative;
	width: 100%;
	text-align: center;
	color: white;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.al3xis,a.al3xis:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a{
	color: #007bff;
}

footer a:visited{
	color: #EB7F38;
}

footer a:hover {
    color: #FA5858;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}