.contentZone{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 50px;
}
.contentZone .textZone{
	width:auto;
	position: absolute;
	top: 20%;
	left: 42%;
	z-index: 2;
}
.contentZone .detail{
	margin: 0 auto;
	width: 60%;
	text-align: left;
} 
.contentZone .detail .welcomeToUse{
	font-size: 40px;
}
.contentZone .detail > a{
	display: inline-block;
	background-color: #287bcf;
	text-align: center;
	color: #000;
	padding: 10px 20px;
	color: #fff;
	margin-left: 45%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}
.contentZone .detail .contact{
	text-align: center;
}