#newspost .title {
	position:relative;
	top:8px;
	font-size:1.2em;
}
#newspost .username {
	position:relative;
	left:5px;
	bottom:5px;
	font-size:.6em;
	color:#666666;
}
#newspost .timestamp {
	position:relative;
	right:15px;
	bottom:40px;
}
#newspost .description {
	position:relative;
	margin-top:15px;
	margin-left:25px;
}
#newspost {
	width:500px;
}
.pagenum {
	font-size:10px;
	color:#333333;
	position:relative;
	left:100px;
	bottom:18px;
}