body {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner {
	background-image: url("../img/banner-wide.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: auto;
    height: 16em;
    display: block;
}

.inner {
	padding: 40px 15px;
	text-align: center;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 3px 0px 3px 0px;
    border-color: #FFFF00;
}

.footer {
	text-align: center;
    background-color: #404040;
    height: 100px;
}

.genre {
    padding: 0px 10px 0px 10px;
}

.genre > * {
    margin: 10px;
}

.genre .progress {
    margin-top: 10px;
}

.messages {
    font-family: monospace;
}