@charset "UTF-8";
/* CSS Document */

	* {
		margin:0;
		padding:0;
		}
		
html, body {
	background-color: #000000;
	height:100%;
}
.style2 {
	color: #FFCC00;
	font-size: 24px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}

table {
	empty-cells:show;
}
.center {
	text-align: center;
}

table.main {
	width:100%;
	height:100%;
	margin:0;
	padding:1px;
	border:solid 2px #F6E2C3;
}
.Normal {
	color: #FFCC99;
	font-size: x-large;
}

.NormalDefaultColor {
	color: #FFFF99;
	font-size: large;
}

.CompanyRegistation {
	color: #FFFF99;
	font-size: small;
}
.TableText {
	color: #FFFF99;
	font-size: large;
}

	#distance { 
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-160px; /* half of container's height */
		float:left;
		}	

	#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	height:321px;
	width:938px;
	clear:left;
	text-align: center;
	background-position: center;
		}
