body {
	font-family: Times, serif;
	font-weight: normal;
	color: #ffffff;
	padding: 20px;
	background: #000000;
}

#infos {
	width: 650px;
	padding: 20px;
	color: silver;
	font-size: 14px;
	line-height: 16px;
}

.norm {
	font-size: 14px;
	line-height: 16px;
}

.bigger {
	font-size: 16px;
	line-height: 18px;
	color: #999999;
}

.biggest999 {
	font-size: 18px;
	line-height: 18px;
	color: #999999;
}
	
.biggest {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
}

#list {
	text-align: center;
	width: 800px;
	font-size: 14px;
	line-height: 16px;
}

a {
	font-family: Times, serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#base {
	width: 800px;
	text-align: center;
	height: 150px;
}

#base_left {
	padding: 20px;
	position: relative;
	color: silver;
	font-size: 14px;
	width: 200px;
	left: 200px;
	text-align: left;
}

#base_right {
	padding: 20px;
	position: relative;
	top: -132px;
	width: 200px;
	left: 400px;
	color: silver;
	font-size: 14px;
	text-align: right;
}
.giant999 {
	font-size: 36px;
	color: #999999;
}
#ps {
	width: 800px;
	text-align: center;
}

