a#more_posts{
	display:inline-block;
	background: #ffffff;
	font-size: 18px;
	width:150px;
	text-align: center;
	padding:10px 0;
	cursor: pointer;
	margin:0 auto;
}
.post-type-archive a#more_posts {
	background: transparent;
}
a#more_posts:hover{
	color:#000000;
	text-decoration: none;
}

.textcenter{
	text-align: center;
}