body {
	text-align:center !important;
}

#airlock {
	width:915px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:222px;
}

	#header h1 {
		height:222px;
		width:450px;
		text-indent:-5000px;
		background:url('../img/title.gif') 100% 0 no-repeat;
		float:left;
	}
	
	#header #issue {
		float:left;
		text-indent:-5000px;
		background:url('../img/issue.gif') 0 0 no-repeat;
		width:360px;
		height:60px;
		margin:172px 0 0 20px;
	}
	
	#header #issue-number {
		padding-top:178px;
	}
	
.nav {
	margin:10px 0 20px 35px;
	height:34px;
}

	.nav a {
		display:block;
		float:left;
		width:54px;
		height:34px;
		background-position:0 0;
		background-repeat:no-repeat;
		text-indent:-5000px;
		margin-right:40px;
	}
	
	.nav a:hover {
		background-position:0 -34px;
	}
	
	.nav a.disabled:hover,
	.nav a.disabled {
		background-position:0 -68px !important;
		cursor: default;
	}
	
	.nav a.nav-first {
		background-image:url('../img/nav-first.gif');
	}
	.nav a.nav-last {
		background-image:url('../img/nav-last.gif');
	}
	.nav a.nav-next {
		background-image:url('../img/nav-next.gif');
	}
	.nav a.nav-back {
		background-image:url('../img/nav-back.gif');
	}
	
	.nav .by-ren {
		display:block;
		margin:0 0 0 150px;
		width:300px;
		height:45px;
		background:url('../img/byren.gif') 0 0 no-repeat !important;
	}

	
#comic {
	text-align:center;
}

#comic #comic-comment {
	padding:20px 42px;
	text-align:left;
	font-family:'Monaco', 'Courier New',monospace;
	font-size:11px;
	line-height:16px;
	color:#4a004a;
}