body {
    background: #000000;
    padding: 0px;
}

.default {
    background: white;
    min-height: 100%;
    position: relative;
    z-index: 100;
}

#logo {
    margin: 20px;
    width: 300px;
}

iframe {
    margin: 20px;
}

#main {
    padding-top: 191px;
    background: url("../TheGreatFilter.png") top center no-repeat;
    background-size: 900px;
    background-color: transparent;
    min-height: 100%;
    position: relative;
    z-index: 400;
}

a {
    color: grey;
}

.artist {
    display: inline-block;
    margin: 20px;
}
