body {
	background: #200020 url(background.png) repeat-x fixed top;
	color: #60c080;
	font: bold 0.89em "Courier New";
	text-align: center;
	margin: 0;
	padding: 40px 0;
}

h1, p {
	background: #000000;
	margin: 0 auto;
	width: 680px;
	padding: 0 40px;
}

h1 {
	background: transparent url(top.gif) no-repeat top;
	color: #0f0;
	padding: 15px 40px;
	text-align: left;
}

/*Comic*/
#comic {
	padding: 0;
	text-align: center;
	width: 760px;
}

/*Buttons row*/
#buttons {
	height: 80px;
	position: relative;
}
#buttons a {
	color: #000;
	cursor: pointer;
	font-size: 1px;
	display: block;
	position: absolute;
	height: 80px;
	top: 0px;
}
#buttons :hover {background-position: 0 -80px;}
#ie7bugs :hover {}
#first {
	background-image: url(nav-first.png);
	width: 80px;
	left: 140px;
}
#back {
	background-image: url(nav-back.png);
	width: 80px;
	left: 220px;
}
#rand {
	background-image: url(nav-rand.png);
	width: 160px;
	left: 300px;
}
#next {
	background-image: url(nav-next.png);
	width: 80px;
	left: 460px;
}
#last {
	background-image: url(nav-last.png);
	width: 80px;
	left: 540px;
}

/*Bottom row*/
#text {
	/*color: #1b4528;*/
	background: #000 url(bottom.png) no-repeat bottom;
	padding: 10px 40px 30px;
}
