@charset "utf-8";

/* c0 */

#page-header {
	margin-bottom: 24px;
	}

#sections {
	text-align:center;
	}

#sections a {
	width:176px;
	height:155px;
	}

#sections a:hover {
	background-color:white;
	}

#sections a img {
	position: absolute;
	top:0;
	left:0;
	clip: rect(0 auto 155px auto);
	}
#sections a:hover img {
	top:-155px;
	clip: rect(155px auto 310px auto);
	}

