* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 1791px;
    height: 1000px;
    overflow: hidden;
}

body {
    background: url('screenshot.png') no-repeat;
    background-size: 1791px 1000px;
    background-color: #000;
    position: relative;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
}

.nav-item {
    position: absolute;
    display: block;
}

/* Size the clickable areas to match the images */
.logo {
    left: 762px;
    top: 307px;
    width: 272px;
    height: 165px;
}

.pressbox {
    left: 674px;
    top: 241px;
    width: 131px;
    height: 56px;
}

.jamcentral {
    left: 859px;
    top: 198px;
    width: 55px;
    height: 67px;
}

.bball {
    left: 968px;
    top: 164px;
    width: 62px;
    height: 62px;
}

.lunartunes {
    left: 1060px;
    top: 220px;
    width: 95px;
    height: 77px;
}

.lineup {
    left: 633px;
    top: 356px;
    width: 63px;
    height: 52px;
}

.junior {
    left: 640px;
    top: 425px;
    width: 49px;
    height: 57px;
}

.souvenirs {
    left: 721px;
    top: 489px;
    width: 83px;
    height: 83px;
}

.sitemap {
    left: 836px;
    top: 590px;
    width: 104px;
    height: 67px;
}

.behind {
    left: 968px;
    top: 543px;
    width: 67px;
    height: 63px;
}

.jump {
    left: 1105px;
    top: 359px;
    width: 58px;
    height: 52px;
}

.studiostore {
    left: 1060px;
    top: 472px;
    width: 94px;
    height: 72px;
}

/* Footer links - invisible but clickable */
.footer-link {
    position: absolute;
    color: transparent;
    text-decoration: none;
    font-size: 0;
}

.privacy {
    left: 728px;
    top: 828px;
    width: 93px;
    height: 18px;
}

.terms {
    left: 841px;
    top: 828px;
    width: 36px;
    height: 18px;
}

.accessibility {
    left: 898px;
    top: 828px;
    width: 80px;
    height: 18px;
}

.adchoices {
    left: 998px;
    top: 828px;
    width: 64px;
    height: 18px;
}
