body {
	background: url(../image/logo_v_v3.png) center 30px no-repeat #a7a9ac;
	background-size: 125px;
}
#body {
	position: relative;
	max-width: 930px;
	padding: 10px;
	margin: auto;
	color: #625c52;
	text-align: justify;
}
#bd-lang {
	position: absolute;
	top: 10px;
	right: 10px;
}
#bd-lang > a {
	line-height: 28px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 2px;
	letter-spacing: 0;
	border: 1px solid #7d7d7d;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	vertical-align: middle;
}
#bd-lang > a.en {
	font-size: 9px;
}
#bd-lang > a:hover {
	background: #dad7d4;
}
#bd-content {
	margin-top: 170px;
}
#bd-content > p {
	margin-bottom: 20px;
}
#bd-entry {
	text-align: center;
}
#bd-entry > a {
	display: inline-block;
	color: #625c52;
	width: 137px;
	height: 43px;
	font-size: 15px;
	line-height: 43px;
	letter-spacing: 8px;
	background: url(../image/btn_dark.png);
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
}