html, body{
	margin: 0;
	padding: 0;
}

body
{
	margin-top: 100px;
	text-align: center;	
	background-color: #DDD;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#content
{
	background-color: #FFF;
}

.post
{
	text-align: left;
	color: #000;
}