DIV#container DIV#content P.character_browse {
	display: block;

	width: 500px;
	height: 16px;
	
	padding: 2px 0;
	cursor: pointer;
	
	text-align: center;
	
	background: url(/images/buttons/character_link.gif) no-repeat;
}

	DIV#container DIV#content P.character_browse A {
		color: #fff;
		font-weight: bold;
	}
	
	IMG.blog_image {
		width: 505px;
		margin: 0 0 8px;
	}
	
	
	DIV#container P.character {
		font-size:14px;
		font-weight: bold;
	}


	DIV#container DIV.blog_image {
		margin: 0 0 8px;
		float: none;
		width: 100%;
		text-align: center;
	}

