body
{
	color: #fff;
}

.display-fill
{
	background: url(/static/img/anymaker/amss01.png) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
}

.display-fill .display-content img
{
    padding-top: 26vh;
}

.display-container
{
	background-color: #1a1a1a;
	padding: 1px;
	z-index: 1;
	position: absolute;
	width: 100%;
}
