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

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

body {
    background: url('files/bg_stars.gif') repeat;
    background-position: -108px -108px;
    background-color: #000;
    position: relative;
    font-family: sans-serif;
}

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

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

.nav-item img {
    display: block;
    border: none;
}

/* Position each element based on OpenCV template matching */
.logo {
    left: 762px;
    top: 307px;
}

.pressbox {
    left: 674px;
    top: 241px;
}

.jamcentral {
    left: 859px;
    top: 198px;
}

.bball {
    left: 968px;
    top: 164px;
}

.lunartunes {
    left: 1060px;
    top: 220px;
}

.lineup {
    left: 633px;
    top: 356px;
}

.junior {
    left: 640px;
    top: 425px;
}

.souvenirs {
    left: 721px;
    top: 489px;
}

.sitemap {
    left: 836px;
    top: 590px;
}

.behind {
    left: 968px;
    top: 543px;
}

.jump {
    left: 1105px;
    top: 359px;
}

.studiostore {
    left: 1060px;
    top: 472px;
}

/* Footer */
footer {
    position: absolute;
    top: 820px;
    left: 0;
    right: 0;
    text-align: center;
}

.footer-links {
    margin-bottom: 8px;
}

.footer-links a {
    color: #990000;
    text-decoration: underline;
    font-size: 14px;
}

.footer-links .separator {
    color: #990000;
    margin: 0 8px;
    font-size: 14px;
}

.copyright {
    color: #990000;
    font-size: 14px;
    line-height: 1.4;
}
