#bg {
	position: absolute;
	width: 1400px;
	height: 520px;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: url(images/body-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: -1;
	}
