body {
	background: #000;
}

#wrapper {
	margin: 1.5em auto;
	width: 76em;	`
}
#masthead {
	background: url(../index/idx-masthead.gif) no-repeat;
	height: 5.9em;
	max-height: 59px;
}
	#masthead h1 {
		position: absolute;
		left: -5000em;
	}
#content {
	background:url(../index/background.jpg) no-repeat;
	height: 44em;
	padding: 6em 0 0 47.5em;
}

	#content ul {
		margin: 0;
	}

	#content ul li {
		list-style: none;
		display: inline;
	}

	#content ul li a {
		font-size: 200%;
		font-weight: bold;
		color: #92000A;
		padding: .5em 1em;
		display:block;
		width: 9em;
		text-decoration: none;
	}
	
	#content ul li a:hover {
		background-color: #92000A;
		color: #FFF;
		text-decoration: underline;
	}


#closer {
	background: url(../index/idx-closer.gif) no-repeat;
	height: 3em;
	text-align: right;
	padding: 0 2em;
	color: #FFF;
}
	#closer a {
		color: #FFF;
		text-decoration: none;
	}
	#closer a:hover {
		text-decoration: underline;
	}
		
	#closer ul {
		float: right;
		vertical-align: middle;
		padding:1em 0 0 0;
	}
		#closer ul li {
			list-style: none;
			display: inline;
			padding: .2em .5em;
			border: #A9160E solid;
			border-width: 0 0 0 .1em;
		}
		#closer ul li:first-child {
			border-width: 0;
		}
