@charset "utf-8";


body{
	text-align : center;
	min-width : 770px;
	background-color: #000000;
}

#wrapper {
	width : 800px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	position : relative;
  }
#body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 700px;
	width: 1000px;
	top: 0px;
}
#info {
	font-family: "Courier New", Courier, monospace;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 3;
	height: 170px;
	width: 328px;
	top: 211px;
	left: 34px;
	color: #999999;
	font-size: 16px;
}
#contact {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 3;
	height: 87px;
	width: 180px;
	top: 420px;
	right: 646px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 0px;
}
#page_text {
	position: relative;
	height: 100px;
	width: 800px;
	top: 40px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #7D7D7D;
	text-align: center;
}
#copyright {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #7B7B7B;
	height: 50px;
	width: 800px;
	top: 150px;
	position: relative;
}

#content {
	position: relative;
	height: 234px;
	width: 800px;
	top: 0px;
}
#nav {
	position: absolute;
	height: 36px;
	width: 800px;
	top: 195px;
	left: -1px;
}
