body {
	background :url("../images/venatorum-theme/background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 100%;
}

#app {
	opacity: 0.9;
}