@import url('base.css');
@import url('index.css');

.sep{
	height: 10px;	
}

.gray{
	color:gray;
	display:inline;
}

.posts{
	/*width:700px;*/
	margin:auto;
}

.postsBox{
	width:400px;
	margin:auto;
}

.posts .postsBox .postsHeader{
	width:400px;
	height:246px;
	background:url(../images/header.jpg) no-repeat top right;
}

.posts .postsBox .postsBody{
	width:300px;
	height:100%;
	background:url(../images/tile.jpg) repeat-y top right;
	padding:50px;
}


.posts .postsBox .postsFooter{
	width:400px;
	height:160px;
	background:url(../images/footer.jpg) no-repeat top right;
}
