body {
	background: #000 url('/main/img/main-bg.jpg') no-repeat;
	background-position: top center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #030;
	}
	
h1 {
	color: #666;
	border-bottom: 1px solid #efefef;
	margin: 0px;
	}

hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	}
	
#container {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	position: static;
	}
#content {
	margin: 0px auto;
	width: 510px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
	}
#scroller {
	height: 650px;
	overflow: auto;
	text-align: justify;
	padding-right: 8px;
	margin-top: 0px;
	padding-top: 0px;
	}
#head-author {
	margin-top: 100px;
	text-align: right;
	margin-right: 50px;
	}
#head-title {
	margin-top: 20px;
	height: 81px;
	}
	
.nav {
	text-transform: uppercase;
	font-weight: bold;
	}
	
	.nav a {
		text-decoration: none;
		color: #963;
		}
		
		.nav a:hover {
			text-decoration: underline;
			}
	
	.nav ul {
		color: red;
		list-style-type: none;
		text-indent: -2em;
		}
	.nav li {
		display: inline;
		margin: 0;
		}

#subnav {
	margin-left: 10px;
	font-size: 0.8em;
	letter-spacing: -0.04em;
	}
	
	#subnav ul {
		border-top: 0px;
		margin-top: 0px;
		}
	
#footer {
	position: absolute;
	top: 1050px;
	height: 30px;
	width: 500px;
	margin: 0px auto;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	}
	
	#footer a {
		color: #333;
		text-decoration: none;
		}

