html {
	margin:0;
	padding:0;
}
body {
	background-color: #fac67a;
	margin:0;
	padding:0;
	font-family: 'Lustria', serif;
}
.top-container {
	width:1200px;
	margin:0 auto;
	padding:0;
}
.top-title {
	width:440px;
	height:200px;
	padding:20px;
	background-color:#fff;
	text-align:center;
	color:#666;
}
.top-title h1 {
	font-size:24px;
	margin-top:60px;
	letter-spacing:0.2em;
}
.top-title h2 {
	font-size:18px;
	letter-spacing:0.1em;
}
.top-lang a {
	width:200px;
	height:20px;
	background-color:#fff;
	text-align:right;
	display:block;
	padding:200px 20px 20px 20px;
	text-decoration:none;
	color:#333;
}

.top-lang a span{
	position:relative;
	bottom:0;
	}

.top-lang a:hover {
	background-color:#f5e0c5;
}
.top-lang-sub {
	width:1200px;
	margin:20px auto;
	text-align:center;
}
.top-lang-sub a {
	text-decoration:none;
}

