html, body {
	background: #171717 url('img/amber.png') no-repeat top center;
	background-size: cover;
	margin: 0;
}

#expand {
    margin: 0;
    min-height: 100vh;
}

.hidden {
	display: none;
}
