@charset "UTF-8";
/* CSS Document */
#baseMetal {
	position:absolute;
	height:100%;
	width:100%;
	z-index:1;
	background-image:url(../graphics/metalBack.png);
}
#baseStainless {
	position:absolute;
	height:100%;
	width:100%;
	z-index:1;
	background-image: url(../graphics/stainlessBG.png);
	background-position: center;
}
#underLeft {
	position:absolute;
	top:50%;
	width:50%;
	height:600px;
	z-index:2;
	margin-top: -300px;
	left: 0px;
	right: 50%;
	background-image: url(../graphics/body-bg-left.png);
}
#pointButton {
	position:absolute;
	height:53px;
	width:316px;
	z-index:999;
	margin-top: 260px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
}
#underRight {
	position:absolute;
	top:50%;
	width:50%;
	height:600px;
	z-index:3;
	margin-top: -300px;
	right: 100%;
	left: 50%;
	background-image: url(../graphics/body-bg-right.png);
}
#mainBody {
	position:absolute;
	left:50%;
	top:50%;
	width:800px;
	height:600px;
	z-index:4;
	margin-top: -300px;
	margin-left: -400px;
}
#specPages {
	position:absolute;
	width:100%;
	height:100%;
	z-index:6;
	background-image: url(../graphics/specbar.png);
	background-repeat: no-repeat;
	background-position: inherit;
}
	
#mainBody table {
}
