html, body {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color: #333;
}
.wrap {
	width:650px;
	margin:0 auto;
	overflow:hidden;
	display:flex;
	margin-top:100px;
}
.navigation {
	width:140px;
	display: flex;
	flex-direction: column;
}
.flexitem {
	margin-bottom:10px;
	text-align:center;
}
.flexitem.box1 {
	margin-bottom:50px;
}
.forntcover {
}
