
#baground{
	min-width: 1200px;
	height: 500px;
	background-size: cover;
    background-position: center center;
}
#team{
    width: 1150px;
    box-shadow: 0px 0px 5px #333;
    min-height: 500px;
    background-color: rgba(255,255,255,0.8);
    margin: auto;
    margin-top: -150px;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
}
#team .f_left{
	width: 300px;
	float: left;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}
#team .f_left .f_left-button{
	width: 96%;
	margin-left: 5%;
	height: 50px;
	margin: 5px;
	border-radius: 5px;
    background-color: #00a3e0;
    color: #fff;
    line-height: 47px;
    -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
}
#team .f_left .f_left-button:hover{
	
    background-color: #f85f5f;
    
}
#team .f_right{
	width: 840px;
	overflow: hidden;
	float: right;
}
#team .f_right .f_right-button{
	width: 98%;
	margin-left: 5%;
	
	margin: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#team .f_right .f_right-button:hover{

	border: 1px solid  #f85f5f;
}
.f_right-button h1{
	font-size: 19px;
	width: 300px;
	border-bottom: 1px solid #00a3e0;
	padding: 10px;
	color: #000000;
}
.f_right-button p{
	font-size: 15px;
	color: #505050;
	padding: 5px;
}