/* CSS Document */

#top {
	background-image: url(../images/purpose/top.png);
	background-repeat: no-repeat;
	width: 687px;
	height: 33px;
	margin: 0px auto;
}
*html #top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/purpose/top.png',sizingMethod='crop');
}
#middle {
	background-image: url(../images/purpose/middle.jpg);
	background-repeat: no-repeat;
	width: 637px;
	height: 397px;
	padding: 20px 25px;
	margin: 0px auto;
}
*html #middle {
	width: 637px;
	height: 397px;
	text-align: left;
}
#middle_inner {
	width: 627px;
	height: 387px;
	padding: 5px;
	overflow: auto;
	text-align: left;
	position: relative;
}
*html #middle_inner {
	width: 637px;
	height: 397px;
}
#bottom {
	background-image: url(../images/purpose/bottom.png);
	background-repeat: no-repeat;
	width: 687px;
	height: 105px;
	margin: 0px auto;
}
*html #bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/purpose/bottom.png',sizingMethod='crop');
}