.front {
	background: transparent url(i/wallpaper.jpg) no-repeat left top;
}
#frontwrap {
	width: 600px;
	height: 420px;
	margin: 0 auto;
	padding: 60px 100px 10px 112px;
	background: transparent url(i/index.png) no-repeat 110px top;
}
#frontwrap li{
	font-size: 24px;
	line-height: 60px;
	margin: 0 0 10px;
}
#frontwrap li a:link, #frontwrap li a:active, #frontwrap li a:visited {
	color: #333;
}
#frontwrap li a:hover {
	border-bottom: 1px solid #333;
}
#pagenav {
	width: 700px;
	margin: 10px auto;
}
.prev a:link, .prev a:active, .prev a:visited {
	text-indent: -9999px;
	background: transparent url(i/older.png) no-repeat left bottom;
	width: 163px;
	height: 28px;
	display: block;
}
.prev a:hover {
	background: transparent url(i/older.png) no-repeat left top;
}
.next a:link, .next a:active, .next a:visited {
	text-indent: -9999px;
	background: transparent url(i/newer.png) no-repeat left bottom;
	width: 181px;
	height: 25px;
	display: block;
}
.next a:hover {
	background: transparent url(i/newer.png) no-repeat left top;
}
.content, .comments {
	width: 940px;
	padding: 10px;
	margin: 0 auto;
}