body {
	background: #000000;
	font-family: 'Verdana', 'Arial';
	font-size: 12pt;
	color: #ffffff;
}

h3 {
	font-family: 'Verdana', 'Arial';
}

table {
	text-align: left;
	width: 100%;
	overflow: hidden;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

.torus {
	position: absolute;
	top: 85%;
	left: 2%;
	font-size: 8pt;
}

#privacy {
	bottom: 85%;
	left: 2%;
	font-size: 8pt;
}

#textarea {
	position: absolute;
	top: 20%;
	left: 2%;
	width: 96%;
	height: 80%;
	overflow: auto;
	z-index: 1;
}

#storetextarea {
	position: absolute;
	top: 30%;
	left: 2%;
	width: 96%;
	height: 70%;
	overflow: auto;
	z-index: 1;
}

#carttextarea {
	position: absolute;
	top: 20%;
	left: 2%;
	width: 96%;
	height: 10%;
	z-index: 1;
}

.indent {
	text-indent: 2em;
}

.borderlessImage {
	border: 0px;
}

.tablecellwidth300 {
	width: 300px;
}

.tablecellwidth600 {
	width: 600px;
}

#frontpagetextarea {
	position: absolute;
	top: 15%;
	left: 2%;
	width: 96%;
	height: 40%;
	overflow: auto;
	z-index: 1;
}

#xfactoryimage {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

#xfactorybanner {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: auto;
	overflow: auto;
	color: #ffffff;
	z-index: 1;
	background: #657471;
}

#image {
	z-index: 1;
}

#xfactorymenu {
	position: absolute;
	top: 10%;
	left: 0%;
	width: 100%;
	height: 5%;
	overflow: auto;
	font-size: 12pt;
	color: #ffffff;
	z-index: 1;
	background: #33363d;
	line-height: 2;

}

table.bottomBorder { border-collapse:collapse; }
table.bottomBorder td, table.bottomBorder th { border-bottom:1px solid white;padding:5px; }


