body {
    background-image: url('../img/news.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #e9e4f0;
    background-attachment: fixed;
}
#banner {
    padding: 30px 0;
}
#banner a {
	display: block;
}
#banner a > img {
	width: 100%;
}
.bar {
    width: 1px;
    background: #787272;
    margin: 0 50px;
    min-height: 100%;
}
#news-list {
	padding-bottom: 100px;
}