body 
{
	background-size: contain;
	background-image: url("/bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
}

.navbar-brand
{
	background-size: contain;
	
}
