/* CSS Document */

#top {
	background-image: url(../images/creative_prison/top.png);
	background-repeat: no-repeat;
	width: 652px;
	height: 60px;
	margin: 0px auto;
}
*html #top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/creative_prison/top.png',sizingMethod='crop');
}
#middle {
	background-image: url(../images/creative_prison/middle.jpg);
	background-repeat: no-repeat;
	width: 632px;
	height: 427px;
	padding: 15px 10px 17px 10px;
	margin: 0px auto;
}
*html #middle {
	width: 632px;
	height: 427px;
	text-align: left;
}
#middle_inner {
	width: 622px;
	height: 417px;
	padding: 5px;
	overflow: auto;
	text-align: left;
	position: relative;
}
*html #middle_inner {
	width: 632px;
	height: 427px;
}
#bottom {
	background-image: url(../images/creative_prison/bottom.png);
	background-repeat: no-repeat;
	width: 652px;
	height: 60px;
	margin: 0px auto;
}
*html #bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/creative_prison/bottom.png',sizingMethod='crop');
}
