body {
/*		background: #221104; */
		font: Arial;
}

#content {
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		width: 757px;
//		height: 100%;
		background: #ece3bd url(images/content-top.jpg) no-repeat scroll top left;
		border: 2px solid #3e3e3e
}

#title {
		margin-top: 7px;
		margin-left: 7px;
		margin-bottom: -5px;
		background: transparent url(/images/title.gif) no-repeat top left;		
		width: 473px;
		height: 76px;
}

#title span {
		display: none;
}

#comic {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		width: 640px;
		height: 500px;
		border: 1px solid black;
		background-color: #fff;
}

#comic span {
//		display: none;
}

#posts {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
}


