* {
	margin: 0;
	padding: 0;
}
html, body, #wrapper {
	background-color: #FFFFFF;
}
#wrapper {
	width: 438px;
	height: 206px;
	position: relative;
	margin: auto;
	margin-top: 20%;
}
a#redirection_link {
	width: 438px;
	height: 206px;
	float: left;
	background-image: url(../img/10564933_10202562015198365_884157964_n.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;

	-moz-animation: fade 1.5s 1 ease-in;
	-webkit-animation: fade 1.5s 1 ease-in;
	animation: fade 1.5s 1 ease-in;
}
	@-moz-keyframes fade {
		0% { opacity: 0.5; }
		100% { opacity: 1; }
	}
	@-webkit-keyframes fade {
		0% { opacity: 0.5; }
		100% { opacity: 1; }
	}
	@keyframes fade {
		0% { opacity: 0.5; }
		100% { opacity: 1; }
}

a#redirection_link:hover {
	cursor: pointer;
}