#above{
	background: url(../images/illustration/img_title.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	color: white;
    height: 400px;
    margin-top: -44px;
    padding: 0;
}

.text-center{
	width: 188px;
}

#button{
	width: 360px;
	margin: auto;
}

.button p{
	width: 80px;
}

.button{
	width: 100px;
	font-family: 'RaleWay', sans-serif;
	font-weight: 900;
	border: 1.6px solid rgb(70, 85, 100);
	padding-left: 21px;
	color: rgb(70, 85, 100);
	margin: 20px auto;
}

.button:hover{
	width: 100px;
	font-family: 'RaleWay', sans-serif;
	color: white;
	font-weight: 900;
	border: 1.6px solid rgba(70, 85, 100, 0);
	background-color: rgba(70, 85, 100, 0.5);
	padding-left: 20px;
	color: rgb(252, 255, 255);
	margin: 20px auto;
}

#left{
	float: left;
	width: 80px;
	padding-left: 40px;
	font-family: 'RaleWay', sans-serif;
	color: white;
	font-weight: 900;
	border: 1.6px solid rgb(70, 85, 100);
	background-color: rgb(70, 85, 100);
	color: rgb(252, 255, 255);
	margin: 20px auto;
}

#right{
	float: right;
	width: 100px;
	padding-left: 25px;
}