body {
	margin:0;
	padding:0;
	background: Black url(bg.jpg) no-repeat center top;
	position: relative;
}
#box {
	position: absolute;
	width: 740px;
	height: 260px;
	overflow: hidden;
	margin-left: -370px;
	left: 50%;
	background: url(h-box-bg.png);
}
h1#logo {
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	height: 164px;
	line-height: 164px;
	width: 100%;
	overflow: hidden;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: center;
}
#navbar {
	height: 96px;
	/*overflow: hidden;*/
	background: url(h-box-line.png) no-repeat center top;
	text-align: center;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 96px;
	/*overflow: hidden;*/
	position: relative;
}
#navbar li {
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 30px;
	height: 35px;
}
#navbar li a {
	display: block;
	overflow: hidden;
	height: 35px;
	text-indent: -10000px;
	background-repeat: no-repeat;
}
#about {
	left: 115px;
	width: 64px;
}
#about a {
	width: 64px;
	background-position: 0 0;
}
#blog {
	left: 214px;
	width: 51px;
}
#blog a {
	width: 51px;
	background-position: -64px 0;
}
#journal {
	left: 292px;
	width: 95px;
}
#journal a {
	width: 95px;
	background-position: -115px 0;
}
#portfolio {
	left: 417px;
	width: 100px;
}
#portfolio a {
	width: 100px;
	background-position: -210px 0;
}
#contact {
	left: 550px;
	width: 82px;
}
#contact a {
	width: 82px;
	background-position: -310px 0;
}
.tooltip {
	width: 370px;
	height: 216px;
	background: transparent url(h-tooltip.png) no-repeat;
	z-index: 9999;
	display: none;
}
.tooltip-ct {
	position: relative;
	width: 334px;
	height: 157px;
	margin: 19px 17px 40px 19px;
}
#passcode {
	width: 288px;
	height: 40px;
	position: absolute;
	top: 60px;
	left: 24px;
	overflow: hidden;
}
#passcode .pc {
	background: transparent url(h-tooltip.png) no-repeat;
	width: 28px;
	height: 40px;
	margin: 0 8px 0 0;
	float: left;
	overflow: hidden;
	cursor: text;
	background-position: -28px -216px;
}
#passcode .active {
	background-position: 0 -216px;
}
#passcode .star {
	background-position: -56px -216px;
}
#tp-text {
	width: 288px;
	height: 36px;
	position: absolute;
	overflow: hidden;
	top: 108px;
	left: 24px;
	color: White;
	font-size: 11px;
	line-height: 130%;
	text-align: left;
}
#pc-input-area {
	position: absolute;
	top: -1000px;
}
