body {
    margin: 0;
}

#container {
    width: 567px;
    height: 485px;
}

#wmpframe {
    position: absolute;
    max-width: 100%;
}

main {
    background-image: url(bg/Plus!_Space2.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    position: absolute;
    width: 452px;
    height: 168px;
    z-index: 1;
    top: 93px;
    left: 94px;
    padding: 3px;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

main::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

nav {
    text-align: center;
}

nav > a {
    color: white;
}

section {
    display: block;
    margin: auto;
    width: 90%;
}