#logo a {
	top: 45px;
	left: 15px;
	position: absolute;
	background: url("./images/logo.gif") no-repeat;
	display: block;
	text-indent: -5000px;
	height: 48px;
	width: 25px;
	overflow: hidden;
}

#vbar {
	top: 30px;
	left: 45px;
	position: absolute;
	background: url("./images/vbar.gif") no-repeat;
	height: 144px;
	width: 12px;
}

#menu li {
	list-style: none;
}

#menu li a {
	left: 70px;
	position: absolute;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

#sdiary a {
	top: 40px;
	width: 61px;
	height: 15px;
	background: url(./images/sdiary.gif) no-repeat;
}

#sdiary a:hover {
	background: url(./images/sdiary_g.gif) no-repeat;
}

#music a {
	top: 76px;
	width: 127px;
	height: 15px;
	background: url(./images/music.gif) no-repeat;
}

#music a:hover {
	background: url(./images/music_g.gif) no-repeat;
}

#storyof a {
	top: 112px;
	width: 118px;
	height: 15px;
	background: url(./images/storyof.gif) no-repeat;
}

#storyof a:hover {
	background: url(./images/storyof_g.gif) no-repeat;
}

#guest a {
	top: 148px;
	width: 94px;
	height: 15px;
	background: url(./images/guest.gif) no-repeat;
}

#guest a:hover {
	background: url(./images/guest_g.gif) no-repeat;
}

#board {
	top: 180px;
	left: 5px;
	position: absolute;
}

.hbar {
	clear: both;
	background: url("./images/hbar.gif") no-repeat;
	height: 24px;
	width: 672px;
}

#zb {
	clear: both;
	margin-left:10px;
}

#footer {
	clear: both;
	text-align: right;
	margin-right: 150px;
}

