section {
	text-align: center;
}

#sources {
	margin: auto;
	border-spacing: 15px;
}

#sources td {	
	width: 30%;
	background: url("../img/spirit.png");
	height: 100px;
}

#sources a {
	color: #fff;
	text-decoration: none;
	display: block;
	
	font-size: 20px;
	
	min-width: 200px;
	
	border: 5px solid #D3D3D3;
	border-radius: 5px;
	padding: 5px;
	padding-top: 55px;
}

#sources a:hover {
	color: #fff;
	text-decoration: none;
}

#sources tr:nth-child(1) td:nth-child(1) a:hover {
	background-image: url("../img/jibanyan_small.png");
}
#sources tr:nth-child(1) td:nth-child(2) a:hover {
	background-image: url("../img/komasan_small.png");
}
#sources tr:nth-child(1) td:nth-child(3) a:hover {
	background-image: url("../img/whisper_small.png");
}
#sources tr:nth-child(2) td:nth-child(1) a:hover {
	background-image: url("../img/draggie_small.png");
}
#sources tr:nth-child(2) td:nth-child(2) a:hover {
	background-image: url("../img/walkappa_small.png");
}
#sources tr:nth-child(2) td:nth-child(3) a:hover {
	background-image: url("../img/robonyan_small.png");
}

#sources a:visited {
	color: #fff;
	text-decoration: none;
}

#sources a:visited:hover {
	color: #fff;
	text-decoration: none;
}

