body {
	background: url(img/bg.png) repeat #161616;
	color: #ccc;
}

#promo {
	background-color: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: inset 0 -3px 5px #ddd, 0 0 5px #000;
	color: #222;
	font-size: .85em;
	margin: 0 auto;
	padding: 5px 10px;
	width: 720px;
}

#header {
	background: url(img/head.png) repeat-x #191919;
	height: 259px;
}

h1 {
	background: url(img/logo.png) no-repeat;
	height: 241px;
	width: 516px;
	text-indent: -9999em;
	margin: 0 auto;
}

#content {
	width: 740px;
	margin: 35px auto;
}

#intro {
	background: rgba(0,0,0,0.3);
	padding: 20px;
}

p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.5em;
}
p:last-child { margin: 0; }

.chapter {
	margin: 30px 0 55px;
}

h2 {
	color: #aaa;
	font-family: "Orbitron";
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 10px;
}

h2 a:link, h2 a:visited {
	display: block;
	color: #ccc;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 0;
	text-decoration: none;
}

h2 a:hover, h2 a:focus {
	text-decoration: underline;
}

#footer {
	width: 740px;
	margin: -20px auto 20px;
	text-align: right;
	font-style: italic;
	font-family: serif;
}
