	#block1 {
		width: 650px;
		background: white;
	}
	#name {
		background: white;
		height: 70px;
		margin-left: 70px;
		margin-right: 70px;
		text-align: center;
}
	#greydots1 {
	width: 100%;
	background: white url(/images/batic/test_small_grey_dot.jpg) center;
	height: 12px;
}
	#pinkdots1 {
		width: 12px;
		background: white url(/images/batic/test_pink_dot.jpg);
		height: 130px;
		margin-left: 34px;
		float: left;
		position: relative;
		top: -71px;
	}
	#image {
		text-align: center;
		float: top;
		margin: 25px;
	}

	#greydots2 {
		width: 100%;
		background: white url(/images/batic/test_small_grey_dot.jpg) center;
		height: 12px;
	}
	#pinkdots2 {
		width: 12px;
		background: white url(/images/batic/test_pink_dot.jpg);
		height: 130px;
		margin-right: 34px;
		float: right;
		position: relative;
		top: -71px;
	}
	#butterfly {
	width: 75px;
	height: 70px;
	background: white url(/images/batic/butterfly_r.png) no-repeat center;
	float: right;
	z-index: 2;
}
	#text {
	background: white;
	color: #767676;
	margin-left: 40px;
	margin-right: 130px;
	margin-top: 12px;
	margin-bottom: 15px;
	float: top;
	z-index: 1;
	text-align: left;
	font-size: 90%;
}
