body {
	background-image: none;
}
#news {
	padding: 50px;
}
#news h1 {
	padding-bottom: 15px;
}
#news h2 {
	background-image: url(../images/news/line_01.gif);
	background-repeat:repeat-x;
	background-position: left top;
	padding:10px 0 10px 0;
	font-weight: bold;
}
#news .date {
	background-image: url(../images/news/line_01.gif);
	background-repeat:repeat-x;
	background-position: left top;
	padding:10px 0 10px 0;
	text-align: right;
	font-size: 93%;
}
#news p {
	padding-bottom: 20px;
}
#news .btn {
	text-align: center;
}