img {
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -285px; 
	margin-top: -190px;
}

footer {
	position: absolute; 
	right: 10px; 
	bottom: 10px; 
	color: rgb(230, 230, 230); 
    color: rgba(0, 0, 0, 0.1); 
}

a:link, a:visited , a:hover , a:active {
	text-decoration:none; color: rgb(230, 230, 230);
}

