
.centerTitle{
	position:absolute;z-index:1;
	width:100%;height:100%;
	background-repeat:no-repeat;
	background-size:auto;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
}
.imgBox{
	position:absolute;
	left:50%;
	top:50%;
	margin: 180px 0px 0px -50px;
}
#leftImg{
	width:22.76%;
	height:65.7%;
	position:absolute;
	left:5%;
	top:19%;
}
#rightImg{
	width:22.76%;
	height:65.7%;
	position:absolute;
	right:5%;
	bottom:15.5%;
}
