

div.bg	{
	width:		100%;
	height:		100%;
	opacity:	0.5;

	background-image:	url("/background001.jpg");
	background-size:	cover;
	background-repeat:	no-repeat;
/*	background-color:	rgba(255, 255, 255, 0.5); */
}
