#wrap{
	height: 705px;
}

.headline2{
	margin-bottom: 10px;
}

.flowWht{
	width: 920px;
	padding: 20px;
	margin-left: -30px;
	background: #fff;
}

.flowGry{
	width: 920px;
	padding: 20px;
	margin-left: -30px;
	background: #f0f0f0;
}

.flowIcn, .flowCnt{
	display: inline-block;
	text-align: left;
	line-height: 1.5em;
	padding: 0px;
	vertical-align: middle;
}

.flowCnt{
	width: 350px;
}

.flowCnt img{
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.triangleWht{
	width: 0;
	height: 0;
	margin: -20px auto 10px;
	border-top: 20px solid #fff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}

.triangleGry{
	width: 0;
	height: 0;
	margin: -20px auto 10px;
	border-top: 20px solid #f0f0f0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}

#bottomBtn {
	top:610px;
}
