img.logo {
	display: block;
	outline: none;
}

div.silencebug{
	display:inline;
    position:absolute;
	bottom:2px;
	right:2px;
    width:107px;
    opacity: 0.9;
}

ul.menu{
	display:inline;
	list-style-type: none;
	padding:0px;
}

li{
	display:inline;
	background: #a1a199;
	padding: 4px;
	margin:0px;
	color: #f1f2ea;
	font-size: 0.75em;
	font-family: 'Armata', sans-serif;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 800px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
        
	z-index: -100;

}

