body {
	background-color: #72c8d5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1000px;
	height: 1000px;
	overflow: scroll;
}
img {
	border-style: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	background-image: url(../img/top/logo-title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 1000px;
	height: 250px;
	padding: 0px;
	margin: 0px auto;
}
h1 a {
	background-image: url(../img/top/main.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 960px;
	height: 400px;
	padding: 0px;
	margin: 0px auto;
}
#topics {
	font-weight: bold;
	color: #fff;
	text-align: left;
	width: 660px;
	margin: 30px auto;
}
#topics p {
	font-size: 120%;
}
#topics dl {
	font-size: 120%;
	text-align: left;
	margin: 0px 0px 0px 30px;
}
#topics dt {
	line-height: 30px;
	vertical-align: middle;
	width: 7em;
	height: 30px;
	float: left;
	margin: 0px 20px 0px 0px;
}
#topics dd {
	line-height: 30px;
	vertical-align: middle;
	margin: 0px 0px 5px 10px;
	overflow: auto;
}
.new {
	color: #fff100;
}
.new a:link {
	color: #fff100;
	text-decoration: underline;
}
.new a:visited {
	color: #fff100;
	text-decoration: none;
}
.new a:hover {
	color: #fff100;
	text-decoration: underline;
}
.new a:active {
	color: #fff100;
	text-decoration: none;
}