table {
	margin: 0px;
	padding: 0px;
	width: 556px;
	margin-right: auto;
	margin-left: auto;
}

td.topLeft {
	width: 26px;
	height: 26px;
	background-image: url(images/topleft.gif);
}

td.top {
	background-image: url(images/top.gif);
	height: 26px;
	width: 500px;
}

td.topRight {
	background-image: url(images/topright.gif);
	height: 26px;
	width: 26px;
}

td.left {
	background-image: url(images/left.gif);
	width: 26px;
	height: 375px;
}

td.right{
	background-image: url(images/right.gif);
	width: 26px;
	height: 375px;
}

td.bottomleft {
	background-image: url(images/bottomleft.gif);
	width: 26px;
	height: 26px;
}

td.bottom {
	background-image: url(images/bottom.gif);
	width: 500px;
	height: 26px;
}

td.bottomright {
	background-image: url(images/bottomright.gif);
	width: 26px;
	height: 26px;
}

td.pix {
	width: 500px;
	height: 375px;
	vertical-align: middle;
	text-align: center;
	background-color: #CCCCCC;
}

td.control {
	background-image: url(images/control.gif);
	width: 500px;
	height: 26px;
	text-align: center;
}

td.border {
	height: 2px;
	background-color: #000000;
}


.outter {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.uppermost {
	text-align: center;
	width: 560px;
}
.lowermost {
	text-align: center;
	width: 560px;
}
.showtime {
	text-align: center;
	height: 460px;
	width: 560px;
}
.leftspacer {
	width: 25%;
	text-align: center;
}
.rightspacer {
	width: 25%;
	text-align: center;
}
body {
	background-image: url(images/3dbroncbkg.gif);
}
.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	width: 50%;
}
.forward {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: 50%;
}


