body {
	margin: 0;
	padding: 0;
	background-color: #1A1917;
}
#mainContainer {
	width: 1024px;
	height: 768px;
	margin: auto;
	position: relative;
	z-index: 100;
}
#textContainer {
	position: relative;
	width: 1024px;
	height: 768px;
	overflow: hidden;
	margin: auto;
	margin-top: -768px;
	z-index: 1;
	font-size: 0.8em;
}

#navElements {
	float: left;
}
.navItem {
	list-style-type: none;
}
.navItem a {
	display: block;
	text-decoration: none;
	position: absolute;
}
#navHomepage a {
	top: 4px;
	left: 4px;
	width: 346px;
	height: 126px;
}
#navHome a {
	top: 192px;
	left: 172px;
	width: 118px;
	height: 38px;
}
#nav2D a {
	top: 240px;
	left: 96px;
	width: 118px;
	height: 38px;
}
#nav3D a {
	top: 298px;
	left: 44px;
	width: 118px;
	height: 38px;
}
#navContact a {
	top: 362px;
	left: 20px;
	width: 118px;
	height: 38px;
}
#nav2dCharacter a {
	top: 110px;
	left: 432px;
	width: 91px;
	height: 45px;
}
#nav2dFigure a {
	top: 110px;
	left: 549px;
	width: 91px;
	height: 45px;
}
#nav3dTrains a {
	top: 110px;
	left: 665px;
	width: 91px;
	height: 45px;
}
#nav3dVarious a {
	top: 110px;
	left: 549px;
	width: 91px;
	height: 45px;
}
#nav2dOther a{
	top: 110px;
	left: 666px;
	width: 91px;
	height: 45px;
}
#nav2dNextPage a{
	top: 690px;
	left: 374px;
	width: 75px;
	height: 14px;
}
#nav2dPrevPage a{
	top: 690px;
	left: 239px;
	width: 100px;
	height: 14px;
}
#nav3dNextPage a{
	top: 610px;
	left: 315px;
	width: 75px;
	height: 20px;
}
#nav3dPrevPage a{
	top: 610px;
	left: 175px;
	width: 105px;
	height: 17px;
}
#mainContactLink a{
	top: 609px;
	left: 646px;
	width: 88px;
	height: 16px;
}
#mainEmailLink a{
	top: 329px;
	left: 260px;
	width: 196px;
	height: 20px;
}
#mainMyspaceLink a{
	top: 356px;
	left: 456px;
	width: 260px;
	height: 20px;
}

/*   all image thumbnail sizes and locations */
#imageViewContainer2d {
	position: absolute;
	top: 180px;
	left: 458px;
	width:430px;
	height:550px;
	border-spacing: 0;
	padding: 0;
}
#imageViewContainer2d td, #imageViewContainer3d td, #imageViewContainerTrains td {
	vertical-align: middle;
}
#imageViewContainer3d {
	position: absolute;
	top: 190px;
	left: 400px;
	width:430px;
	height:550px;
	border-spacing: 0;
	padding: 0;
}
#imageViewContainerTrains {
	position: absolute;
	top: 204px;
	left: 458px;
	width:430px;
	height:550px;
	border-spacing: 0;
	padding: 0;
}
#imageThumbnails {
	position: absolute;
	top: 0;
	left: 0;
}
#imageThumbnails a {
	position: absolute;
	display: block;
	width: 52px;
	height: 68px;
	text-decoration: none;
	/* border: 1px solid red; */
}
#thumb-01 a {top: 382px; left: 157px;}
#thumb-02 a {top: 456px; left: 157px;}

#thumb-03 a {top: 309px; left: 216px;}
#thumb-04 a {top: 382px; left: 216px;}
#thumb-05 a {top: 456px; left: 216px;}
#thumb-06 a {top: 529px; left: 216px;}

#thumb-07 a {top: 237px; left: 276px;}
#thumb-08 a {top: 309px; left: 276px;}
#thumb-09 a {top: 382px; left: 276px;}
#thumb-10 a {top: 456px; left: 276px;}
#thumb-11 a {top: 529px; left: 276px;}
#thumb-12 a {top: 602px; left: 276px;}

#thumb-13 a {top: 237px; left: 336px;}
#thumb-14 a {top: 309px; left: 336px;}
#thumb-15 a {top: 382px; left: 336px;}
#thumb-16 a {top: 456px; left: 336px;}
#thumb-17 a {top: 529px; left: 336px;}
#thumb-18 a {top: 602px; left: 336px;}

#thumb-19 a {top: 237px; left: 396px;}
#thumb-20 a {top: 309px; left: 396px;}
#thumb-21 a {top: 382px; left: 396px;}
#thumb-22 a {top: 456px; left: 396px;}
#thumb-23 a {top: 529px; left: 396px;}
#thumb-24 a {top: 602px; left: 396px;}

.hideText {
	/* visibility: hidden; */;
	display: none;
}

