@font-face {
    font-family: 'futurabook';
    src: url('futura_book_font-webfont.woff2') format('woff2'),
         url('futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futurabold';
    src: url('futura_bold_font-webfont.woff2') format('woff2'),
         url('futura_bold_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}
#memory-lane {
    width: 970px;
    height: 600px;
    margin: 0 auto;
    background: #fff url(background.png) no-repeat center center;
}
    #memory-lane > .header {
        position: relative;
        height: 27px;
        width: 100%;
        background: #fff url(header-bg.jpg) repeat-x top left;
        z-index: 999;
    }
    #memory-lane .logo {
        position: relative;
        display: table;
        margin: 0 auto;
        background: url(logo-bg.png) no-repeat top left;
        width: 393px;
        height: 146px;
    }
        #memory-lane .logo > a {
            display: block;
            position: absolute;
            left: 160px;
            top: 18px;
        }
#memory-lane-body {
    position: relative;
    height: 100%;
}
#guam-office {
    width: 290px;
    height: 208px;
    left: 97px;
    top: 28px;
    z-index: 100;
}
#fighters {
    width: 342px;
    height: 252px;
    left: 330px;
    top: 0;
    z-index: 200;
}
#events {
    width: 281px;
    height: 258px;
    right: 72px;
    top: 0;
    z-index: 100;
}
#photos {
    width: 267px;
    height: 259px;
    left: 120px;
    top: 190px;
    z-index: 100;
}
#effect {
    width: 274px;
    height: 185px;
    left: 344px;
    top: 190px;
    z-index: 50;
}
#archives {
    width: 305px;
    height: 222px;
    right: 108px;
    top: 190px;
    z-index: 100;
}
#about {
    width: 315px;
    height: 173px;
    left: 120px;
    top: 190px;
    z-index: 100;
}
#about {
    width: 315px;
    height: 173px;
    left: 112px;
    top: 375px;
    z-index: 80;
}
#links {
    width: 242px;
    height: 227px;
    left: 353px;
    top: 323px;
    z-index: 40;
}
#enter {
    width: 294px;
    height: 264px;
    right: 121px;
    top: 288px;
    z-index: 100;
}
.home-buttons {
    display: block;
    position: absolute;
}
    .home-buttons img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%;
    }
    .home-buttons img.default {
        z-index: 2;
    }
    .home-buttons img.hover {
        z-index: 1;
    }
    .home-buttons img.default:hover {
        opacity: 0;
        transition: opacity 0.3s;
    }
.guy-left {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 400;
}
.guy-right-arm {
    position: absolute;
    right: 193px;
    bottom: 89px;
    z-index: 400;
}
.guy-right-body {
    position: absolute;
    right: 0;
    bottom: 39px;
    z-index: 400;
}
.popup-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: url(bg-content.png) no-repeat center center;
    background-size: contain;
}
.popup-container {
    width: 800px;
    margin: 80px auto 0 auto;
}
.popup-menu {
    width: 200px;
    float: left;
}
.popup-body {
    width: 550px;
    float: right;
    position: relative;
}
.popup-body > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    overflow: auto;
    display: none !important;
}
.popup-body > div.active {
    display: block !important;
}
.popup-menu ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.popup-menu > ul a {
    font: normal 24px/24px futurabold, sans-serif;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
.popup-menu > ul a:hover,
.popup-menu > ul a.active {
    color: rgba(149,42,34,1);
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
.popup-body h3 {
    font: normal 24px/24px futurabold, sans-serif;
    margin: 0;
    padding: 0;
}
.popup-body h4 {
    font: normal 18px/18px futurabook, sans-serif;
    margin: 0 0 20px 0 !important;
    padding: 0;
}
.popup-body p {
    font: normal 16px/18px futurabook, sans-serif;
    color: #303030;
    margin: 0 0 20px 0;
    padding: 0;
}
.popup-menu > ul > li {
    text-align: right;
}
.popup-menu > ul > li:last-child {
    margin-top: 15px;
}
.popup-menu .popup-menu-close {
    color: rgba(149,42,34,1);
}
.popup-menu .popup-menu-close:hover {
    text-decoration: underline;
}