body{
	background-size:cover;
	background-image:url('../bg.jpg');
}

#bg{
	background-color:rgba(255,255,255,0.6);
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}