body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { padding:0; margin:0;}
img{ border:none; padding: 0; margin: 0;}

/*歸零*/
  
body {
	text-align:center;
	background: #1d1916 url(img/bg.png) repeat-x 50% 0% fixed;
	}
a {
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
	}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000;
	overflow: hidden;
	}

#top {
	height: 560px;
	background: url(img/top.jpg) no-repeat;
	position: relative;
	}
	#menu {
		width: 500px;
		height: 230px;
		position: absolute;
		top: 325px;
		left: 449px;
		}

#intro {
	height: 350px;
	background: url(img/intro.jpg) no-repeat;
	position: relative;
	}
	#druid a{
		display: block;
		width: 325px;
		height: 55px;
		background: url(img/menu_druid.jpg) no-repeat 0px 0px;
		position: absolute;
		top: 6px;
		left: 624px;
		}
	#druid a:hover{
		background: url(img/menu_druid.jpg) no-repeat 0px -55px;
	}

#author {
	height: 480px;
	}

#forum {
	height: 1270px;
	}

#short {
	height: 510px; /*580-70*/
	background: url(img/short.jpg) no-repeat;
	padding: 70px 0px 0px 100px;
	}

#footer {
	height: 220px;
	background: url(img/footer.jpg) no-repeat;
	position: relative;
	}
	.link {
		width: 218px;
		height: 30px;
		position: absolute;
		top: 98px;
		left: 391px;
	}
#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 15px 20px;
	font-size: 25px;
	color: #3F301D;
	background-color: #99be17;
	cursor: pointer;
	}
	#gotop:hover {
		background-color: #99be17;
		color: #fff;
		cursor: pointer;
	}