html, body {
	margin: 0;
	padding: 0;
}

body {
	background: black url('../images/background.png') top center repeat-y;
}

.center {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


/* top */

#top {
	background: #111 url('../images/line.png') bottom left repeat-x;
	text-align: center;
	height: 397px;
}

h1 {
	margin: 0;
}

h1 a {
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 294px;
	height: 60px;
	background: black url('../images/title.png') top left no-repeat;
}

h1 a span {
	display: none;
}

#slideshow0, #slideshow1 {
	position: absolute;
	top: 80px;
	left: 0;
	width: 900px;
	height: 264px;
}

#menu {
	position: absolute;
	top: 344px;
	left: 0;
	border-top: 1px solid white;
	width: 900px;
}


/* main */

h2 {
	margin: 0 0 40px 0;
	border-bottom: 1px solid #333;
	width: 900px;
	height: 58px;
	background-color: black;
	background-position: top left;
	background-repeat: no-repeat;
}

h2 span {
	display: none;
}
