.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
    text-align: center;
    background: url(../images/intro-bg.jpg) no-repeat center center;
    background-size: cover;
	font-weight: 700;
}

.intro-title {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-weight: bold;
	color: #ffffeb;
}

.intro-message {
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
	line-height: 24px;
	font-weight: normal;
	color: #ffffeb;
}

.link-a {
    padding: 20px 40px;
	border-top: 2px solid #e7e7e7;
    background-color: #ffffff;
}

.link-b {
    padding: 20px 40px;
	border-top: 2px solid #e7e7e7;
    background-color: #ffffff;
}