/* CSS Document */
a, a:link, a:active, a:visited
{
	color: #800000;
	text-decoration: underline;
}
a:hover
{
	color: #00FF00;
	text-decoration: none;
}
.refer{
	width:73px;
	height:51px;
	position: absolute;
	left: 7px;
	top: -35px;
	cursor: pointer;
}
.more{
	width:73px;
	height:51px;
	position: absolute;
	left: 682px;
	top: -37px;
	cursor: pointer;
}

#center{
width:757px;
height:319px;
margin:0 auto;
overflow:hidden;
}
#topic_top{
	width:757px;
	height:82px;
	background-image: url(images/photo_top.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topic_title{
	width:757px;
	height:212px;
	background-image: url(images/photo_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
}
#topic_button{
	width:757px;
	height:25px;
	position:relative;
	margin:0 auto;
	background-image: url(images/photo_foot.jpg);
	background-repeat: no-repeat;
}
