.div_02 {
	width: 100%;
}
.div_02-container {
	overflow: hidden;
	padding-top: 130px;
	padding-bottom: 100px;
	padding-left: 10%;
	padding-right: 10%;
	background: -webkit-linear-gradient(left, rgba(14,85,162,1), rgba(31,159,217,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(14,85,162,1), rgba(31,159,217,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(14,85,162,1), rgba(31,159,217,1)); /*Fx 3.6-15*/
	background: linear-gradient(to left, rgba(14,85,162,1), rgba(31,159,217,1)); /*Standard*/
}
.div_02-content-left {
	width: 60%;
	float: left;
}
.div_02-content-right {
	width: 40%;
	float: left;
}
.div_02-content-center {
	padding-left: 15%;
	padding-right: 15%;
	float: center;
	text-align: center;
}
.div_02-text-larger {
	color: rgba(255,255,255,1.0);
	font-size: 60px;
	font-weight: lighter;
	line-height: 54px;
	padding-bottom: 30px;
}
.div_02-text-large {
	color: rgba(255,255,255,1.0);
	font-size: 30px;
	font-weight: lighter;
	line-height: 34px;
	padding-bottom: 30px;
}
.div_02-text-medium {
	color: rgba(255,255,255,1.0);
	font-size: 20px;
	font-weight: lighter;
	line-height: 24px;
}
.div_02-text-small {
	color: rgba(255,255,255,1.0);
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
}
.div_02-text-smaller {
	color: rgba(255,255,255,1.0);
	font-size: 14px;
	font-weight: lighter;
	line-height: 18px;
}
.div_02-text-tiny {
	color: rgba(255,255,255,1.0);
	font-size: 12px;
	font-weight: lighter;
	line-height: 16px;
}
