body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/backgroud.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	font-size: 100%;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	z-index: 1;
}
#header {
	background-color: #000;
	margin: 0px;
	height: 60px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#navigater {
	margin: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	color: #CCC;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 0.2em;
}
#content {
	margin: 0px;
	height: auto;
	text-align: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #999;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	line-height: 1.2em;
}
.top {
	z-index: 10;
	float: left;
}
#footer {
	margin: 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666;
}
.deadlink {
	color: #FFF;
	background-color: #999;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 50px;
}
.deadlink2 {
	color: #000;
	background-color: #3CF;
	margin-bottom: 50px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-weight: bold;
}
.header1 {
	font-weight: bold;
	color: #3CF;
}
.remark {
	font-size: 0.7em;
	color: #666;
}
#p1 {
	width: 600px;
}
#p2 {
	width: 100px;
	left: 750px;
	top: 200px;
}
#content p a {
	color: #CCC;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	letter-spacing: 0.1em;
}

