.footer {
	//background-color: black;
	//position: absolute;
	display: flex;
	width:100%;
	height: 100px;
	bottom: 0px;
	left: 0px;
	background: black none repeat scroll 0% 0%;
	z-index:1000;
}

#wikiComment {
	color:white;
	/*background-color: grey;*/
	margin-left: 20px;
	float:right;
}

#wikiComment #logo_w {
	font-size: 40px;
	/*background-color: red;*/
	margin-top: 20px;
	margin-bottom: 20px;
	//font-family: Helvetica_local;
}

#wikiComment p span {
	font-size: 50px;
	background-color: #3386C5;
}

#alpha_logo_f {
	position:absolute;
	//top:45px;
	left:285px;
	font-size:20px;
	margin-top:-30px;
	background-color:#3386C5;
	font-family: Helvetica_local;
}