/* CSS Document */

#top {
	background-image: url(../images/current_projects/top.png);
	background-repeat: no-repeat;
	width: 460px;
	height: 135px;
	margin: 0px auto;
	overflow: hidden;
}
*html #top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/current_projects/top.png',sizingMethod='crop');
}
#middle {
	background-image: url(../images/current_projects/middle.png);
	background-repeat: no-repeat;
	width: 390px;
	height: 386px;
	padding-left: 45px;
	padding-right: 25px;
	margin: 0px auto;
}
*html #middle {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/current_projects/middle.png',sizingMethod='crop');
	width: 413px;
	height: 343px;
	text-align: left;
}
#middle_inner {
	height: 375px;
	padding: 5px 10px;
	overflow: auto;
	text-align: left;
	position: relative;
}
*html #middle_inner {
	width: 413px;
	height: 343px;
}
#bottom {
	background-image: url(../images/current_projects/bottom.png);
	background-repeat: no-repeat;
	width: 460px;
	height: 203px;
	margin: 0px auto;
	margin-bottom: 15px;
}
*html #bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/current_projects/bottom.png',sizingMethod='crop');
}

#moon {
	background-image: url(../images/current_projects/moon_surface.png);
	background-repeat: no-repeat;
	width: 1081px;
	height: 239px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
*html #bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/current_projects/moon_surface.png',sizingMethod='crop');
}
