body {
	background: #000 url("back.jpg") top left repeat-x;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	}
p {
	margin: 0 0 0.5em 0;
	}
h1 {
	color: #fff;
	margin: 127px 0 4px 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 600%;
	letter-spacing: -0.04em;
	}
h2 {
	color: #bbb;
	margin: 0 0 4px 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 220%;
	letter-spacing: -0.04em;
	}
h3 {
	color: #bbb;
	margin: 0 0 4px 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 160%;
	letter-spacing: -0.04em;
	}
#header {

	background-image:url('http://www.fenris.stardusted.net/xbh/harukabanner.png');
	width:676px;
	height:190px;
	margin-left:30px;
	}
#title {
	background: url("blood.png") top left no-repeat;
	position: absolute;
	top: 0;
	left: 30px;
	width: 780px;
	height: 337px;
	z-index:5000;
	}
#wrapper {
	background: #000;
	position: absolute;
	top: 190px;
	left: 30px;
	padding: 5px 8px 5px 8px;
	width: 660px;
	}
#menu {
	float: right;
	width: 180px;
	}
#container {
	width: 460px;
	}
.hr {
	display: block;
	margin: 8px 0 6px 0;
	height: 1px;
	font-size: 0;
	border-bottom: 1px #333 dotted;
	border-top: 1px #333 dotted;
	}
.clearer {
	clear:both;
	height:0;
	font-size: 0;
	}
a:link, a:visited {
	color: #c00;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #fff;
	background: #c00;
	text-decoration: none;
	}
