
header {
	background: url(images/header_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

body#single header {
	background: url(images/header_s_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

ul.news-list {
	width: 1000px;
}

ul.news-list li a {
	background-position: right 70px center;
	padding: 20px 150px 20px 120px;
}

ul.news-list li a:hover {
	background-position: right 65px center;
}