body{	
	background-color: rgb(26, 26, 26);	
}

a{	
	background-color: #999999;	
	border: none;	
	color: white;	
	padding: 15px 32px;	
	text-align: center;	
	text-decoration: none;	
	display: inline-block;	
	font-size: 16px;	
	position: absolute;    
	top: 50%;    
	left: 50%;	
	-ms-transform: translate(-50%, -50%);    
	transform: translate(-50%, -50%);	
}		

a:hover{	
	-webkit-box-shadow: 0px 0px 6px rgba(255,255,255,0.8);  	
	-moz-box-shadow: 0px 0px 6px rgba(255,255,255,0.8);  	
	box-shadow: 0px 0px 6px rgba(255,255,255,0.8);	
}

footer{
	display: inline-block;
	background-color: rgb(32, 32, 32);
	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 40px;
	color: #fff;
}