body {
	background: url(bg.png);
}

div.faketheme {
	text-align: left;
	position: relative;
	margin-top: 1em;
	margin-left: 2em;
	height: 170px;
	margin-bottom: 1em;
}

div.faketheme img {
	position: absolute;
	top: 0;
	left: 0;
}

div.faketheme h1 {
	position: absolute;
	top: 35px;
	left: 40px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: serif;
	font-weight: bold;
}

div.faketheme p {
	position: absolute;
	top: 55px;
	left: 40px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: serif;
	font-weight: normal;
}

div.post, div.bottom {
	margin-left: 2em;
	margin-right: 2em;
	background: white;
}

span.imgright {
	float: right;
}

span.imgcenter {
	display: block;
	margin: auto;
	text-align: center;
}

h2#comments {
	clear: both;
}
