#wrapper>.bg {
    /*Linear color gradient over the image*/
    background-image: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
        url("/images/bg.jpg");
    background-color: #212931;
	background-size: auto, 100% auto;
	background-position: center, top center;
	background-repeat: no-repeat, no-repeat;
	background-attachment: scroll, scroll, scroll;
}