/* CSS Document */

#top {
	background-image: url(../images/gallery/top.png);
	background-repeat: no-repeat;
	width: 688px;
	height: 22px;
	margin: 0px auto;
}
*html #top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery/top.png',sizingMethod='crop');
}
#middle {
	background-image: url(../images/gallery/middle.jpg);
	background-repeat: no-repeat;
	width: 648px;
	height: 419px;
	padding: 0px 20px 18px 20px;
	margin: 0px auto;
}
*html #middle {
	width: 648px;
	height: 419px;
	text-align: left;
}
#middle_inner {
	width: 638px;
	height: 409px;
	padding: 5px;
	text-align: center;
	position: relative;
}
*html #middle_inner {
	width: 648px;
	height: 419px;
}
#bottom {
	background-image: url(../images/gallery/bottom.png);
	background-repeat: no-repeat;
	width: 688px;
	height: 74px;
	margin: 0px auto;
}
*html #bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery/bottom.png',sizingMethod='crop');
}
