.site_logo {
	background-image: url("./images/site_logo.png");
	width:250px;
	height:110px;
}
@media screen {
	body {
		background:url('bg.lug68.jpg') no-repeat center fixed;
		background-size: cover;
		top:0;
		bottom:0;
		left:0;
		right:0;
		z-index:-1;
	}
	html, body {
		background-color:inherit;
	}
}
@media print {
	#bglug {
		display:none;
	}
}
