			body {
				margin:0;
				padding:0;
				text-align:center;
				background-color:#990000;
				background-image:url('../images/bg.png');
			}
			a {
				color: #990000;
				font-weight:bold;
				text-decoration:none;
			}
			a:hover {
				text-decoration:underline;
			}
			#container {
				margin:auto;
				width:850px;
				height:100%;
				background-color:white;
				border-left:8px solid #222;
				border-right:8px solid #222;
			}
			#header {
				border-bottom:1px solid #ccc;
				background-color:#eee;
			}
			#content {
				float:left;
				width:566px;
				text-align:justify;
			}
			.post, #commentbox {
				margin-top:10px;
				margin-left:10px;
				margin-bottom:10px;
				margin-right:5px;
				border:1px solid #ccc;
				background-color:#eee;
			}