body{
	background: #000000;
	font: 62.5%/2.3em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #cfcfcf;
}

#wrapper{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.4em;
}

#header{
	width: 600px;
	height: 100px;
	background: #000000 url('../images/index/header.jpg') no-repeat;
}

#container{
	width: 600px;
}

.headers{
	display: block;
	margin-bottom: 5px;
	background: #fff200;
	color: #3e3e3e;
	padding: 3px;
}

.headers .h-date{
	width: 80px;
	float: left;
}

.headers .h-title{
	float: right;
	width: 500px;
}

.new-post{
	display: block;
	border-bottom: 1px solid #6f6f6f;
	padding: 10px;
	margin-bottom: 5px;
}

.new-post .date{
	width: 80px;
	float: left;
}

.new-post .date span{
	background: #fff200;
	padding: 3px;
	color: #3e3e3e;
}

.new-post .title{
	width: 500px;
	float: right;
}

a{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #fdfbdf;
}

em{
	font-family: Georgia, 'Times New Roman', serif;
}

.floatfix{
	clear: both;
}