#text2top {
	background-image: url(../img/top_back01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 615px;
}
#text2center {
	background-image: url(../img/top_back02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	width: 615px;
}
#text2bottom {
	background-image: url(../img/top_back03.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	width: 615px;
}

