html {
	max-width: 980px;
	margin: 0 auto;
	font-family: "Yu Gothic", "YuGothic", sans-serif;
	font-weight: 500;
}
nav#language {
	width: 40%;
	min-width: 248px;
	border: 2px solid #cccccc;
	border-radius: 16px;
	margin: 80px auto 16px auto;
	padding: 0 8px 0 8px;
	background-color: white;
}
nav#language  h1 {
	text-align: center;
}
nav#language ul {
	list-style-type: none;
	margin-left: 24px;;
	padding-left: 0px;
}
nav#language li {
	line-height: 150%;
}
