@import url("style.css");

#main {
	background: url('images/main_img_info.jpg') no-repeat;
}

#main h1,
#main h2 {
	clear: both;
}

#main h2 a {
	color: #900;
	text-decoration: none;
}

#main .entoryDate {
	text-align: right;
	border-bottom: 1px solid #600;
	padding: 3px;
	clear: both;
}

#main .post {
	margin-bottom: 30px;
}


