body {background: #000;}
#wrapper {width:780px;margin:0 auto;padding-top:10px;}
h1 {
    color:white;
    text-align:center;
    font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 20px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
    margin-top: 10px;
    padding-top: 20px;
	text-align: center!important;
	letter-spacing: 0.3em;
}
#header a img {border:none;position:absolute;right:25px;}
#content {width:780px;float:left;}

#display {text-align:center;margin:30px 0;}
a.prev,a.next {display:block;width:50px;height:100px;text-decoration:none;}
a.prev:hover,a.next:hover {background-position:0 -100px;}
a.prev {background:url("arrow-left.png");float:left;margin-top:165px;}
a.next {background:url("arrow-right.png");float:right;margin-top:165px;}

#toc {width:460px;margin:0 auto;}
#toc img {border:solid black 2px;}
#toc a.current img {border:solid #ccc 2px;}
#toc a:hover img {border:solid white 2px;}
#bottom {text-align:center;margin-top:28px;}