@charset "UTF-8";
/* CSS Document */

#title-index {
	background-image: url(../images/index/back-title-index.jpg);
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 520px;
	text-indent: -9999px;
}
#topics {
	background-image: url(../images/index/back-topics.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 460px;
	margin-left: 30px;
	margin-top: 15px;
	padding-bottom: 10px;
}
#title-topics {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 460px;
	text-indent: -9999px;
	background-image: url(../images/index/back-title-topics.gif);
}
#topics ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/index/back-topics-ul.gif);
	background-repeat: repeat-y;
}
#topics li {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	line-height: 150%;
	list-style-type: none;
	background-image: url(../images/index/topics-list-marker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
/* End #topics */

#danpost {
	background-image: url(../images/index/back-btn-danpost.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 160px;
	width: 460px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-indent: -9999px;
}
#danpost a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 460px;
}

