#forumheader {
	text-align: center;
}
#all {
	position: relative;
	margin: 0 auto;
	padding: 292px 0 0;
	width: 960px;
	background: #111;
	text-align: left;
	border-bottom: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
#main {
	float: left;
	width: 540px;
	overflow: hidden;
}
#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 292px;
	background: url(img/head.jpg) no-repeat;
}
#head .header,
#head .hr {
	display: none;
}
#logo {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
}
#logo a {
	position: relative;
	display: block;
	padding: 0;
	height: 100%;
	border: none;
}
#logo span {
	display: none;
}
#head .topmenu {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 100%;
	height: 40px;
	border: 0 solid #fff;
	border-width: 1px 0;
	overflow: hidden;
}
#head .topmenu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	list-style: none outside;
}
#head .topmenu li {
	position: absolute;
	top: 0;
	margin: 0;
	width: 240px;
	height: 40px;
	overflow: hidden;
}
#head .topmenu li.n01 {left: 0}
#head .topmenu li.n02 {left: 240px}
#head .topmenu li.n03 {left: 480px}
#head .topmenu li.n04 {left: 720px}
#head .topmenu a {
	display: block;
	float: left;
	padding: 0;
	width: 100%;
	height: 40px;
	border: none;
	background: url(img/topmenu.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
}
#head .topmenu .n01 a {background-position: 0 0}
#head .topmenu .n02 a {background-position: -240px 0}
#head .topmenu .n03 a {background-position: -480px 0}
#head .topmenu .n04 a {background-position: -720px 0}
#head .topmenu .n01 a:hover {background-position: -960px 0}
#head .topmenu .n02 a:hover {background-position: -1200px 0}
#head .topmenu .n03 a:hover {background-position: -1440px 0}
#head .topmenu .n04 a:hover {background-position: -1680px 0}
#head .topmenu span {
	margin: 0 10px;
}
