.main-container {
	width: 1006px;
	float: left;
	height: 275px;
	position: relative;
	background-image: url(../templateimages/member_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}


/*##########################*/
/*			SLOGAN			*/
/*##########################*/

.slogan {
	width: 1006px;
	height: 170px;
	position: relative;
	z-index:3;
}

.bubble {
	width: 615px;
	height: 68px;
	position: absolute;
	left: 71px;
	top: 18px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 29px;
	line-height: 37px;
	text-align: center;
	padding-top: 25px;
}


.bubble p {
	margin-top: -4px;
}

