@charset "utf-8";
#banner {
	background-image: url(../images/port_top.gif);
	background-repeat: no-repeat;
}
#portfolioTitle {
	width: 240px;
	height: 36px;
}
#contentWrapper {
	height: 368px;
	background-image: url(../images/port_mid.gif);
	background-repeat: no-repeat;
}
#picMask {
	width: 576px;
	height: 368px;
	z-index: 6;
	position: absolute;
	left: 112px;
	top: 160px;
}
#picDisplay {
	width: 536px;
	height: 336px;
	margin-top: 16px;
	margin-left: 20px;
	z-index: 4;
	position: absolute;
	top: 160px;
	left: 112px;
}
#bot {
	background-image: url(../images/port_bot.gif);
	background-repeat: no-repeat;
	height: 60px;
}

