/* CSS Document */

#top {
	width: 500px;
	height: 1px;
	margin: 0px auto;
}
#middle {
	background-image: url(../images/links/middle.jpg);
	background-repeat: no-repeat;
	width: 455px;
	height: 392px;
	padding: 20px 20px 34px 25px;
	margin: 0px auto;
}
*html #middle {
	width: 500px;
	height: 402px;
	text-align: left;
}
#middle_inner {
	width: 445px;
	height: 382px;
	padding: 5px;
	overflow: auto;
	text-align: left;
	position: relative;
}
*html #middle_inner {
	width: 455px;
	height: 392px;
}
#bottom {
	background-image: url(../images/links/bottom.png);
	background-repeat: no-repeat;
	width: 502px;
	height: 74px;
	margin: 0px auto;
}
*html #bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/links/bottom.png',sizingMethod='crop');
}
