@charset "utf-8";
/* CSS Document */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   /* Safari 3.0 and Opera 9 rules here */
	html {
		background-color: #F3EEDD;
	}
	#content {
		position: relative;
		top: 25px;
	}
	#listPostInfo {
		clear:both;
	}
	#postEntry { width:570px; }
}

